commit:     f93385a369dd481ff392bc3c093ce225a15394dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 06:35:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 13:32:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93385a3

net-analyzer/nmap: Use BROOT for verify-sig key path

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/nmap/nmap-7.91-r2.ebuild | 2 +-
 net-analyzer/nmap/nmap-9999.ebuild    | 2 +-
 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 2011c9655da..d8498b95868 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 0143075841b..0b17737335e 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";

Reply via email to