Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepass/
Date: Tue, 05 Nov 2019 06:21:08
Message-Id: 1572934842.0382c685c01e9769755eb68f6bb11e56ec61e906.kensington@gentoo
1 commit: 0382c685c01e9769755eb68f6bb11e56ec61e906
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 06:17:49 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 06:20:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0382c685
7
8 app-admin/keepass: avoid irrelevant warning when built with USE="aot"
9
10 Closes: https://bugs.gentoo.org/687052
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
13
14 app-admin/keepass/keepass-2.43.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/app-admin/keepass/keepass-2.43.ebuild b/app-admin/keepass/keepass-2.43.ebuild
18 index 1dc244ea08c..6c256a5a27b 100644
19 --- a/app-admin/keepass/keepass-2.43.ebuild
20 +++ b/app-admin/keepass/keepass-2.43.ebuild
21 @@ -26,6 +26,10 @@ RDEPEND="${COMMON_DEPEND}
22 S="${WORKDIR}"
23 PATCHES=( "${FILESDIR}/${PN}-2.36-xsl-path-detection.patch" )
24
25 +# bug #687052
26 +# file generated by mono --aot where *FLAGS don't make sense
27 +QA_PREBUILT="usr/lib64/keepass/KeePass.exe.so"
28 +
29 src_prepare() {
30 # KeePass looks for some XSL files in the same folder as the executable,
31 # we prefer to have it in /usr/share/KeePass. Apply patch using base function.