diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-09-19 12:34:03 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-09-19 12:34:19 +0200 |
commit | 8c7ef5faf2153ba365011fb147af914654d22fc4 (patch) | |
tree | d838b288583e8577fb7224409ee3eeb77ba81b6f /net-analyzer | |
parent | app-text/xpdf: workaround inkscape sandbox violations (diff) | |
download | gentoo-8c7ef5faf2153ba365011fb147af914654d22fc4.tar.gz gentoo-8c7ef5faf2153ba365011fb147af914654d22fc4.tar.bz2 gentoo-8c7ef5faf2153ba365011fb147af914654d22fc4.zip |
net-analyzer/nmap: Bring patch name in line
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nmap/files/nmap-9999-no-FORTIFY_SOURCE.patch (renamed from net-analyzer/nmap/files/nmap-7.80SVN-no-FORTIFY_SOURCE.patch) | 0 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nmap/files/nmap-7.80SVN-no-FORTIFY_SOURCE.patch b/net-analyzer/nmap/files/nmap-9999-no-FORTIFY_SOURCE.patch index b4c06be942ed..b4c06be942ed 100644 --- a/net-analyzer/nmap/files/nmap-7.80SVN-no-FORTIFY_SOURCE.patch +++ b/net-analyzer/nmap/files/nmap-9999-no-FORTIFY_SOURCE.patch diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 9334acee75c9..96c09bd09780 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -39,12 +39,12 @@ PATCHES=( "${FILESDIR}"/${PN}-5.21-python.patch "${FILESDIR}"/${PN}-6.46-uninstaller.patch "${FILESDIR}"/${PN}-6.25-liblua-ar.patch - "${FILESDIR}"/${PN}-7.80SVN-no-FORTIFY_SOURCE.patch "${FILESDIR}"/${PN}-7.25-CXXFLAGS.patch "${FILESDIR}"/${PN}-7.25-libpcre.patch "${FILESDIR}"/${PN}-7.31-libnl.patch "${FILESDIR}"/${PN}-7.80-ac-config-subdirs.patch "${FILESDIR}"/${PN}-9999-netutil-else.patch + "${FILESDIR}"/${PN}-9999-no-FORTIFY_SOURCE.patch ) S="${WORKDIR}/${MY_P}" |