From: Michael Palimaka Date: Tue, 5 Nov 2019 06:17:49 +0000 (+1100) Subject: app-admin/keepass: avoid irrelevant warning when built with USE="aot" X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0382c685c01e9769755eb68f6bb11e56ec61e906;p=gentoo.git app-admin/keepass: avoid irrelevant warning when built with USE="aot" Closes: https://bugs.gentoo.org/687052 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Michael Palimaka --- diff --git a/app-admin/keepass/keepass-2.43.ebuild b/app-admin/keepass/keepass-2.43.ebuild index 1dc244ea08cf..6c256a5a27be 100644 --- a/app-admin/keepass/keepass-2.43.ebuild +++ b/app-admin/keepass/keepass-2.43.ebuild @@ -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.