diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-26 17:19:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-26 17:19:15 +0000 |
commit | e438c94f2c62d4f72fedc79ea79a50539b7cfc56 (patch) | |
tree | 12c6cb9de948ac19e656c2f5cc37af26d951ddeb /net-analyzer/nmap/nmap-6.01.ebuild | |
parent | Mark stable #453196 by Andrej Filipcic. (diff) | |
download | gentoo-2-e438c94f2c62d4f72fedc79ea79a50539b7cfc56.tar.gz gentoo-2-e438c94f2c62d4f72fedc79ea79a50539b7cfc56.tar.bz2 gentoo-2-e438c94f2c62d4f72fedc79ea79a50539b7cfc56.zip |
Drop PYTHON_DEPEND and -4.75-include.patch by Alexander Zubkov (bug #435462).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/nmap/nmap-6.01.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-6.01.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-analyzer/nmap/nmap-6.01.ebuild b/net-analyzer/nmap/nmap-6.01.ebuild index 097993cb1fe2..69446b701760 100644 --- a/net-analyzer/nmap/nmap-6.01.ebuild +++ b/net-analyzer/nmap/nmap-6.01.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild,v 1.22 2013/01/18 14:58:04 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild,v 1.23 2013/01/26 17:19:15 jer Exp $ EAPI="4" -PYTHON_DEPEND="2" inherit eutils flag-o-matic python toolchain-funcs @@ -56,7 +55,6 @@ src_unpack() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-4.75-include.patch epatch "${FILESDIR}"/${PN}-4.75-nolua.patch epatch "${FILESDIR}"/${PN}-5.10_beta1-string.patch epatch "${FILESDIR}"/${PN}-5.21-python.patch |