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: app-admin/stow/
Date: Sat, 31 Jul 2021 13:40:23
Message-Id: 1627738327.31641fd917148277587c8fee6011ee435d535c64.mgorny@gentoo
1 commit: 31641fd917148277587c8fee6011ee435d535c64
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 06:35:11 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 13:32:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31641fd9
7
8 app-admin/stow: Use BROOT for verify-sig key path
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-admin/stow/stow-2.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/stow/stow-2.3.1.ebuild b/app-admin/stow/stow-2.3.1.ebuild
16 index 85cbb9866c5..e0c065ac9e2 100644
17 --- a/app-admin/stow/stow-2.3.1.ebuild
18 +++ b/app-admin/stow/stow-2.3.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/adamspiers.asc
24 +VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/adamspiers.asc
25 inherit perl-functions verify-sig
26
27 DESCRIPTION="GNU Stow is a symlink farm manager"