diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-10-31 20:08:09 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-10-31 20:08:09 +0000 |
commit | 407072b35bf389685ef40fc732f846aaafe930a7 (patch) | |
tree | 06eee70d7d03dc18ce68449d7e492232a1c066e4 /net-libs/libpcap/libpcap-1.10.3.ebuild | |
parent | 2023-10-31 19:47:00 UTC (diff) | |
parent | Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH (diff) | |
download | gentoo-407072b35bf389685ef40fc732f846aaafe930a7.tar.gz gentoo-407072b35bf389685ef40fc732f846aaafe930a7.tar.bz2 gentoo-407072b35bf389685ef40fc732f846aaafe930a7.zip |
Merge updates from master
Diffstat (limited to 'net-libs/libpcap/libpcap-1.10.3.ebuild')
-rw-r--r-- | net-libs/libpcap/libpcap-1.10.3.ebuild | 2 |
1 files changed, 1 insertions, 1 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" |