Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/
Date: Sat, 31 Jul 2021 13:40:24
Message-Id: 1627738334.f19e4f0dbeaca67bbdf82eda2bcd13dc397fb7d4.mgorny@gentoo
1 commit: f19e4f0dbeaca67bbdf82eda2bcd13dc397fb7d4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 06:35:16 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 13:32:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19e4f0d
7
8 dev-libs/botan: Use BROOT for verify-sig key path
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/botan/botan-2.18.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/botan/botan-2.18.1-r1.ebuild b/dev-libs/botan/botan-2.18.1-r1.ebuild
16 index 133a2313d2b..0764024db75 100644
17 --- a/dev-libs/botan/botan-2.18.1-r1.ebuild
18 +++ b/dev-libs/botan/botan-2.18.1-r1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 PYTHON_COMPAT=( python3_{8,9,10} )
23 -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/botan.asc"
24 +VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/botan.asc
25 inherit python-r1 toolchain-funcs verify-sig
26
27 MY_P="Botan-${PV}"