diff options
author | 2023-11-14 09:07:39 -0800 | |
---|---|---|
committer | 2023-11-14 09:07:39 -0800 | |
commit | e360280a2fb9975548f4d8e1eea5fe55b0fa5904 (patch) | |
tree | bd80e4c6b1030283d472186649dcad5f8ed57a56 /net-analyzer/nmap | |
parent | dev-util/cargo-ebuild: add gentoo upstream metadata (diff) | |
download | libressl-e360280a2fb9975548f4d8e1eea5fe55b0fa5904.tar.gz libressl-e360280a2fb9975548f4d8e1eea5fe55b0fa5904.tar.bz2 libressl-e360280a2fb9975548f4d8e1eea5fe55b0fa5904.zip |
net-analyzer/nmap: sync ::gentoo
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/nmap-7.92-r3.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-7.93-r3.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-7.94.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nmap/nmap-7.92-r3.ebuild b/net-analyzer/nmap/nmap-7.92-r3.ebuild index dc35e9c..043fed9 100644 --- a/net-analyzer/nmap/nmap-7.92-r3.ebuild +++ b/net-analyzer/nmap/nmap-7.92-r3.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/nmap/nmap" else - VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/nmap.asc + VERIFY_SIG_OPENPGP_KEY_PATH=/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-7.93-r3.ebuild b/net-analyzer/nmap/nmap-7.93-r3.ebuild index dd3787e..49c0f5f 100644 --- a/net-analyzer/nmap/nmap-7.93-r3.ebuild +++ b/net-analyzer/nmap/nmap-7.93-r3.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/nmap/nmap" else - VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/nmap.asc + VERIFY_SIG_OPENPGP_KEY_PATH=/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-7.94.ebuild b/net-analyzer/nmap/nmap-7.94.ebuild index 84e39eb..ab88789 100644 --- a/net-analyzer/nmap/nmap-7.94.ebuild +++ b/net-analyzer/nmap/nmap-7.94.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/nmap/nmap" else - VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/nmap.asc + VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/nmap.asc inherit verify-sig SRC_URI="https://nmap.org/dist/${P}.tar.bz2" |