Skip to content

Commit

Permalink
app-admin/keepass: avoid irrelevant warning when built with USE="aot"
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/687052
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Michael Palimaka <[email protected]>
  • Loading branch information
Michael Palimaka committed Nov 5, 2019
1 parent 45635a3 commit 0382c68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-admin/keepass/keepass-2.43.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ RDEPEND="${COMMON_DEPEND}
S="${WORKDIR}"
PATCHES=( "${FILESDIR}/${PN}-2.36-xsl-path-detection.patch" )

# bug #687052
# file generated by mono --aot where *FLAGS don't make sense
QA_PREBUILT="usr/lib64/keepass/KeePass.exe.so"

src_prepare() {
# KeePass looks for some XSL files in the same folder as the executable,
# we prefer to have it in /usr/share/KeePass. Apply patch using base function.
Expand Down

0 comments on commit 0382c68

Please sign in to comment.