diff options
Diffstat (limited to 'net-analyzer/nmap/nmap-6.01.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-6.01.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nmap/nmap-6.01.ebuild b/net-analyzer/nmap/nmap-6.01.ebuild index cfe9c1a8dcbb..695eca2e761b 100644 --- a/net-analyzer/nmap/nmap-6.01.ebuild +++ b/net-analyzer/nmap/nmap-6.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.7 2012/12/01 21:30:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild,v 1.8 2012/12/03 12:29:51 jer Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="gtk lua ncat ndiff nmap-update nping ssl" +IUSE="gtk ipv6 lua ncat ndiff nmap-update nping ssl" NMAP_PYTHON_DEPEND=" || ( @@ -32,7 +32,7 @@ NMAP_PYTHON_DEPEND=" DEPEND=" dev-libs/apr dev-libs/libpcre - net-libs/libpcap[ipv6] + net-libs/libpcap[ipv6?] gtk? ( >=x11-libs/gtk+-2.6:2 >=dev-python/pygtk-2.6 |