commit: fe3564cb639db57970358e55565ce9ac012cf904
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 06:35:34 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 13:32:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3564cb
sys-devel/slibtool: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/slibtool/slibtool-0.5.33.ebuild | 2 +-
sys-devel/slibtool/slibtool-0.5.34.ebuild | 2 +-
sys-devel/slibtool/slibtool-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-devel/slibtool/slibtool-0.5.33.ebuild
b/sys-devel/slibtool/slibtool-0.5.33.ebuild
index 6fe991b4272..c87ae71d6df 100644
--- a/sys-devel/slibtool/slibtool-0.5.33.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.33.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://git.foss21.org/slibtool"
else
- VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
+ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/midipix.asc
inherit verify-sig
SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"
diff --git a/sys-devel/slibtool/slibtool-0.5.34.ebuild
b/sys-devel/slibtool/slibtool-0.5.34.ebuild
index 06352462112..999777cdbef 100644
--- a/sys-devel/slibtool/slibtool-0.5.34.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.34.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://git.foss21.org/slibtool"
else
- VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
+ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/midipix.asc
inherit verify-sig
SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"
diff --git a/sys-devel/slibtool/slibtool-9999.ebuild
b/sys-devel/slibtool/slibtool-9999.ebuild
index 6fe991b4272..c87ae71d6df 100644
--- a/sys-devel/slibtool/slibtool-9999.ebuild
+++ b/sys-devel/slibtool/slibtool-9999.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://git.foss21.org/slibtool"
else
- VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/midipix.asc
+ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/midipix.asc
inherit verify-sig
SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz"