summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-31 08:35:34 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-31 15:32:33 +0200
commitfe3564cb639db57970358e55565ce9ac012cf904 (patch)
treeb723de77e4062228e8e25a557201664a6e6f93ff /sys-devel
parentsys-block/parted: Use BROOT for verify-sig key path (diff)
downloadgentoo-fe3564cb639db57970358e55565ce9ac012cf904.tar.gz
gentoo-fe3564cb639db57970358e55565ce9ac012cf904.tar.bz2
gentoo-fe3564cb639db57970358e55565ce9ac012cf904.zip
sys-devel/slibtool: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/slibtool/slibtool-0.5.33.ebuild2
-rw-r--r--sys-devel/slibtool/slibtool-0.5.34.ebuild2
-rw-r--r--sys-devel/slibtool/slibtool-9999.ebuild2
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 6fe991b4272d..c87ae71d6df2 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 063524621121..999777cdbef3 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 6fe991b4272d..c87ae71d6df2 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"