summaryrefslogtreecommitdiff
path: root/net-analyzer/nmap/nmap-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-06 10:13:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-06 10:13:38 +0100
commit8e3281f71945b4cccca5a44f2f467f3bff4ac45c (patch)
treed6bd38c3450c8e1dc5e12e2891351079338c4753 /net-analyzer/nmap/nmap-9999.ebuild
parent38d6f110ff1dfdd7c6f0b0baf0ed8b13191dcde3 (diff)
gentoo auto-resync : 06:07:2023 - 10:13:38
Diffstat (limited to 'net-analyzer/nmap/nmap-9999.ebuild')
-rw-r--r--net-analyzer/nmap/nmap-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild
index 246e6bb067d6..dd5c455a7461 100644
--- a/net-analyzer/nmap/nmap-9999.ebuild
+++ b/net-analyzer/nmap/nmap-9999.ebuild
@@ -27,7 +27,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
fi
-SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-7.94-patches.tar.xz"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-7.95-patches.tar.xz"
# https://github.com/nmap/nmap/issues/2199
LICENSE="NPSL-0.95"
@@ -41,7 +41,7 @@ REQUIRED_USE="
RDEPEND="
dev-libs/liblinear:=
- dev-libs/libpcre
+ dev-libs/libpcre2
net-libs/libpcap
ndiff? ( ${PYTHON_DEPS} )
libssh2? (
@@ -80,7 +80,7 @@ if [[ ${PV} != *9999* ]] ; then
fi
PATCHES=(
- "${WORKDIR}"/${PN}-7.94-patches
+ "${WORKDIR}"/${PN}-7.95-patches
)
pkg_setup() {