From 0382c685c01e9769755eb68f6bb11e56ec61e906 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Tue, 5 Nov 2019 17:17:49 +1100 Subject: [PATCH] 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 --- app-admin/keepass/keepass-2.43.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.26.2