Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/
Date: Sat, 31 Jul 2021 13:40:27
Message-Id: 1627738349.8dd0132c8b9f50f9487466671d90c72f4218b0ef.mgorny@gentoo
1 commit: 8dd0132c8b9f50f9487466671d90c72f4218b0ef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 06:35:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 13:32:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd0132c
7
8 net-libs/libpcap: Use BROOT for verify-sig key path
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-libs/libpcap/libpcap-1.10.0-r1.ebuild | 2 +-
13 net-libs/libpcap/libpcap-1.10.1-r1.ebuild | 2 +-
14 net-libs/libpcap/libpcap-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-libs/libpcap/libpcap-1.10.0-r1.ebuild b/net-libs/libpcap/libpcap-1.10.0-r1.ebuild
18 index 1648d8b9e24..13d40b16ff9 100644
19 --- a/net-libs/libpcap/libpcap-1.10.0-r1.ebuild
20 +++ b/net-libs/libpcap/libpcap-1.10.0-r1.ebuild
21 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
22 EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap"
23 inherit git-r3
24 else
25 - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tcpdump.asc
26 + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc
27 inherit verify-sig
28
29 # Note: drop -upstream on bump, this is just because we switched to the official
30
31 diff --git a/net-libs/libpcap/libpcap-1.10.1-r1.ebuild b/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
32 index 7384a1bdf84..df6ecec9542 100644
33 --- a/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
34 +++ b/net-libs/libpcap/libpcap-1.10.1-r1.ebuild
35 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
36 EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap"
37 inherit git-r3
38 else
39 - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tcpdump.asc
40 + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc
41 inherit verify-sig
42
43 # Note: drop -upstream on bump, this is just because we switched to the official
44
45 diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild
46 index 9e6f60a643f..02b3408cddf 100644
47 --- a/net-libs/libpcap/libpcap-9999.ebuild
48 +++ b/net-libs/libpcap/libpcap-9999.ebuild
49 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
50 EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap"
51 inherit git-r3
52 else
53 - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tcpdump.asc
54 + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc
55 inherit verify-sig
56
57 SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz"