floppym     14/11/11 21:56:13

  Modified:             nmap-6.47.ebuild ChangeLog
  Log:
  Fix python deps.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  net-analyzer/nmap/nmap-6.47.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.47.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.47.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.47.ebuild?r1=1.1&r2=1.2

Index: nmap-6.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.47.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nmap-6.47.ebuild    28 Aug 2014 10:07:45 -0000      1.1
+++ nmap-6.47.ebuild    11 Nov 2014 21:56:13 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.47.ebuild,v 1.1 
2014/08/28 10:07:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.47.ebuild,v 1.2 
2014/11/11 21:56:13 floppym Exp $
 
 EAPI=5
 
@@ -25,19 +25,21 @@
 NMAP_LINGUAS=( de es fr hr hu id it ja pl pt_BR pt_PT ro ru sk zh )
 IUSE+=" ${NMAP_LINGUAS[@]/#/linguas_}"
 
-NMAP_PYTHON_DEPEND="
-       || ( ${PYTHON_DEPS} )
+REQUIRED_USE="
+       ndiff? ( ${PYTHON_REQUIRED_USE} )
+       zenmap ( ${PYTHON_REQUIRED_USE} )
 "
+
 RDEPEND="
        dev-libs/liblinear
        dev-libs/libpcre
        net-libs/libpcap[ipv6?]
        zenmap? (
                dev-python/pygtk:2
-               ${NMAP_PYTHON_DEPEND}
+               ${PYTHON_DEPS}
        )
        lua? ( >=dev-lang/lua-5.2[deprecated] )
-       ndiff? ( ${NMAP_PYTHON_DEPEND} )
+       ndiff? ( ${PYTHON_DEPS} )
        nls? ( virtual/libintl )
        nmap-update? ( dev-libs/apr dev-vcs/subversion )
        ssl? ( dev-libs/openssl )



1.311                net-analyzer/nmap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.311&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.311&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.310&r2=1.311

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog   28 Aug 2014 10:07:45 -0000      1.310
+++ ChangeLog   11 Nov 2014 21:56:13 -0000      1.311
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nmap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.310 
2014/08/28 10:07:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.311 
2014/11/11 21:56:13 floppym Exp $
+
+  11 Nov 2014; Mike Gilbert <[email protected]> nmap-6.47.ebuild:
+  Fix python deps.
 
 *nmap-6.47 (28 Aug 2014)
 




Reply via email to