diff options
author | Sam James <sam@gentoo.org> | 2021-08-09 03:08:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-09 03:08:03 +0100 |
commit | a355cce76d15a88a307c07ee7939a2b8148f6d22 (patch) | |
tree | f1828ee25fe553a597f953d671fca08828af5a39 /net-analyzer/nmap/nmap-9999.ebuild | |
parent | net-misc/curl: Stabilize 7.78.0 sparc, #803308 (diff) | |
download | gentoo-a355cce76d15a88a307c07ee7939a2b8148f6d22.tar.gz gentoo-a355cce76d15a88a307c07ee7939a2b8148f6d22.tar.bz2 gentoo-a355cce76d15a88a307c07ee7939a2b8148f6d22.zip |
net-analyzer/nmap: add 7.92
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nmap/nmap-9999.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 0b17737335e2..58f0f67de1fa 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -17,14 +17,15 @@ if [[ ${PV} == *9999* ]] ; then # Just in case for now as future seems undecided. LICENSE="NPSL" else - VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/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" SRC_URI+=" verify-sig? ( https://nmap.org/dist/sigs/${P}.tar.bz2.asc )" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + LICENSE="|| ( NPSL GPL-2 )" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi SLOT="0" @@ -101,7 +102,7 @@ src_configure() { $(usex nse --with-zlib) \ --cache-file="${S}"/config.cache \ --with-libdnet=included \ - --with-pcre=/usr \ + --with-pcre="${ESYSROOT}"/usr \ --without-ndiff \ --without-zenmap } |