diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-31 08:35:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-31 15:32:33 +0200 |
commit | fe3564cb639db57970358e55565ce9ac012cf904 (patch) | |
tree | b723de77e4062228e8e25a557201664a6e6f93ff /sys-devel | |
parent | sys-block/parted: Use BROOT for verify-sig key path (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/slibtool/slibtool-0.5.34.ebuild | 2 | ||||
-rw-r--r-- | 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 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" |