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/nmap/
Date: Sat, 31 Jul 2021 13:40:25
Message-Id: 1627738341.f93385a369dd481ff392bc3c093ce225a15394dd.mgorny@gentoo
1 commit: f93385a369dd481ff392bc3c093ce225a15394dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 06:35:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 13:32:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93385a3
7
8 net-analyzer/nmap: Use BROOT for verify-sig key path
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/nmap/nmap-7.91-r2.ebuild | 2 +-
13 net-analyzer/nmap/nmap-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/nmap/nmap-7.91-r2.ebuild b/net-analyzer/nmap/nmap-7.91-r2.ebuild
17 index 2011c9655da..d8498b95868 100644
18 --- a/net-analyzer/nmap/nmap-7.91-r2.ebuild
19 +++ b/net-analyzer/nmap/nmap-7.91-r2.ebuild
20 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
21 # Just in case for now as future seems undecided.
22 LICENSE="NPSL"
23 else
24 - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/nmap.asc
25 + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/nmap.asc
26 inherit verify-sig
27
28 SRC_URI="https://nmap.org/dist/${P}.tar.bz2"
29
30 diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild
31 index 0143075841b..0b17737335e 100644
32 --- a/net-analyzer/nmap/nmap-9999.ebuild
33 +++ b/net-analyzer/nmap/nmap-9999.ebuild
34 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
35 # Just in case for now as future seems undecided.
36 LICENSE="NPSL"
37 else
38 - VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/nmap.asc
39 + VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/nmap.asc
40 inherit verify-sig
41
42 SRC_URI="https://nmap.org/dist/${P}.tar.bz2"