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-analyzer/tcpdump/
Date: Sat, 31 Jul 2021 13:40:26
Message-Id: 1627738343.ffea2003250f2c59694d2216b373a0d813eda883.mgorny@gentoo
1 commit: ffea2003250f2c59694d2216b373a0d813eda883
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 06:35:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 13:32:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffea2003
7
8 net-analyzer/tcpdump: Use BROOT for verify-sig key path
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | 2 +-
13 net-analyzer/tcpdump/tcpdump-4.99.1.ebuild | 2 +-
14 net-analyzer/tcpdump/tcpdump-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
18 index 99b6d4b9e93..bfc246ebfee 100644
19 --- a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
20 +++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
22
23 EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
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-analyzer/tcpdump/tcpdump-4.99.1.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
32 index 722dbc5dde2..80191305e0e 100644
33 --- a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
34 +++ b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
35 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
36
37 EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
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-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
46 index 2fe0728499d..748778bb057 100644
47 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
48 +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
49 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
50
51 EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump"
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"