summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-31 08:35:24 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-31 15:32:21 +0200
commitf93385a369dd481ff392bc3c093ce225a15394dd (patch)
tree71de8c2fb0073a4fcac5cca3b75ddf3af8af1f41 /net-analyzer
parentdev-python/libvirt-python: Use BROOT for verify-sig key path (diff)
downloadgentoo-f93385a369dd481ff392bc3c093ce225a15394dd.tar.gz
gentoo-f93385a369dd481ff392bc3c093ce225a15394dd.tar.bz2
gentoo-f93385a369dd481ff392bc3c093ce225a15394dd.zip
net-analyzer/nmap: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nmap/nmap-7.91-r2.ebuild2
-rw-r--r--net-analyzer/nmap/nmap-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-7.91-r2.ebuild b/net-analyzer/nmap/nmap-7.91-r2.ebuild
index 2011c9655dae..d8498b958689 100644
--- a/net-analyzer/nmap/nmap-7.91-r2.ebuild
+++ b/net-analyzer/nmap/nmap-7.91-r2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
# Just in case for now as future seems undecided.
LICENSE="NPSL"
else
- VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/nmap.asc
+ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/nmap.asc
inherit verify-sig
SRC_URI="https://nmap.org/dist/${P}.tar.bz2"
diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild
index 0143075841b4..0b17737335e2 100644
--- a/net-analyzer/nmap/nmap-9999.ebuild
+++ b/net-analyzer/nmap/nmap-9999.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then
# Just in case for now as future seems undecided.
LICENSE="NPSL"
else
- VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/nmap.asc
+ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/nmap.asc
inherit verify-sig
SRC_URI="https://nmap.org/dist/${P}.tar.bz2"