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: sys-devel/slibtool/
Date: Sat, 31 Jul 2021 13:40:29
Message-Id: 1627738353.fe3564cb639db57970358e55565ce9ac012cf904.mgorny@gentoo
1 commit: fe3564cb639db57970358e55565ce9ac012cf904
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 06:35:34 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 13:32:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3564cb
7
8 sys-devel/slibtool: Use BROOT for verify-sig key path
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/slibtool/slibtool-0.5.33.ebuild | 2 +-
13 sys-devel/slibtool/slibtool-0.5.34.ebuild | 2 +-
14 sys-devel/slibtool/slibtool-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-devel/slibtool/slibtool-0.5.33.ebuild b/sys-devel/slibtool/slibtool-0.5.33.ebuild
18 index 6fe991b4272..c87ae71d6df 100644
19 --- a/sys-devel/slibtool/slibtool-0.5.33.ebuild
20 +++ b/sys-devel/slibtool/slibtool-0.5.33.ebuild
21 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
22 inherit git-r3
23 EGIT_REPO_URI="https://git.foss21.org/slibtool"
24 else
25 - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
26 + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/midipix.asc
27 inherit verify-sig
28
29 SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"
30
31 diff --git a/sys-devel/slibtool/slibtool-0.5.34.ebuild b/sys-devel/slibtool/slibtool-0.5.34.ebuild
32 index 06352462112..999777cdbef 100644
33 --- a/sys-devel/slibtool/slibtool-0.5.34.ebuild
34 +++ b/sys-devel/slibtool/slibtool-0.5.34.ebuild
35 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
36 inherit git-r3
37 EGIT_REPO_URI="https://git.foss21.org/slibtool"
38 else
39 - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
40 + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/midipix.asc
41 inherit verify-sig
42
43 SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"
44
45 diff --git a/sys-devel/slibtool/slibtool-9999.ebuild b/sys-devel/slibtool/slibtool-9999.ebuild
46 index 6fe991b4272..c87ae71d6df 100644
47 --- a/sys-devel/slibtool/slibtool-9999.ebuild
48 +++ b/sys-devel/slibtool/slibtool-9999.ebuild
49 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
50 inherit git-r3
51 EGIT_REPO_URI="https://git.foss21.org/slibtool"
52 else
53 - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
54 + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/midipix.asc
55 inherit verify-sig
56
57 SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"