diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
commit | d80e4d7b812de76012302ab154b8b8a0c706640a (patch) | |
tree | 6852e43ed8f4895d9f241cf248a7f2efd48fe35d /net-analyzer/nmap | |
parent | updating bb when I should be asleep (diff) | |
download | gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2 gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/nmap-2.54_beta31.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-2.54_beta33.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/nmap/nmap-2.54_beta31.ebuild b/net-analyzer/nmap/nmap-2.54_beta31.ebuild index 710a2c1aacb1..7396cb4ebbf2 100644 --- a/net-analyzer/nmap/nmap-2.54_beta31.ebuild +++ b/net-analyzer/nmap/nmap-2.54_beta31.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta31.ebuild,v 1.2 2002/04/27 12:46:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta31.ebuild,v 1.3 2002/05/23 06:50:15 seemant Exp $ MY_P="${P/_beta/BETA}" S=${WORKDIR}/${MY_P} @@ -9,7 +9,7 @@ DESCRIPTION="Portscanner" SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tgz" HOMEPAGE="http://www.insecure.org/nmap/" DEPEND="virtual/glibc - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" src_compile() { ./configure \ diff --git a/net-analyzer/nmap/nmap-2.54_beta33.ebuild b/net-analyzer/nmap/nmap-2.54_beta33.ebuild index 653cd439b0ee..04413c32f7c2 100644 --- a/net-analyzer/nmap/nmap-2.54_beta33.ebuild +++ b/net-analyzer/nmap/nmap-2.54_beta33.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta33.ebuild,v 1.1 2002/04/27 12:48:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta33.ebuild,v 1.2 2002/05/23 06:50:15 seemant Exp $ MY_P="${P/_beta/BETA}" S=${WORKDIR}/${MY_P} @@ -9,7 +9,7 @@ DESCRIPTION="Portscanner" SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tgz" HOMEPAGE="http://www.insecure.org/nmap/" DEPEND="virtual/glibc - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" src_compile() { ./configure \ |