diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 14:12:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 15:55:07 -0400 |
commit | 78213a89b4a602460bf81ba5fab8eed561091ade (patch) | |
tree | 6efaad35fb8009ed19a5e3fc54d48f8da424ffe1 /net-libs/libpcap | |
parent | verify-sig.eclass: prepend BROOT to VERIFY_SIG_OPENPGP_KEY_PATH (diff) | |
download | gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.gz gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.bz2 gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.zip |
Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/libpcap-1.10.3.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.10.4.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libpcap/libpcap-1.10.3.ebuild b/net-libs/libpcap/libpcap-1.10.3.ebuild index d37ecea1fcbb..5d183cff7e97 100644 --- a/net-libs/libpcap/libpcap-1.10.3.ebuild +++ b/net-libs/libpcap/libpcap-1.10.3.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap" inherit git-r3 else - VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc + VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tcpdump.asc inherit verify-sig SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz" diff --git a/net-libs/libpcap/libpcap-1.10.4.ebuild b/net-libs/libpcap/libpcap-1.10.4.ebuild index d37ecea1fcbb..5d183cff7e97 100644 --- a/net-libs/libpcap/libpcap-1.10.4.ebuild +++ b/net-libs/libpcap/libpcap-1.10.4.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap" inherit git-r3 else - VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc + VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tcpdump.asc inherit verify-sig SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz" diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild index ba0c8e261dec..770877d74270 100644 --- a/net-libs/libpcap/libpcap-9999.ebuild +++ b/net-libs/libpcap/libpcap-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap" inherit git-r3 else - VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc + VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tcpdump.asc inherit verify-sig SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz" |