diff options
Diffstat (limited to 'net-analyzer/nmap/nmap-2.54_beta36.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-2.54_beta36.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-2.54_beta36.ebuild b/net-analyzer/nmap/nmap-2.54_beta36.ebuild index 00ad27f40742..dd22f22f0883 100644 --- a/net-analyzer/nmap/nmap-2.54_beta36.ebuild +++ b/net-analyzer/nmap/nmap-2.54_beta36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.1 2002/06/18 04:06:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.2 2002/07/16 04:54:32 seemant Exp $ MY_P="${P/_beta/BETA}" S=${WORKDIR}/${MY_P} @@ -10,8 +10,9 @@ HOMEPAGE="http://www.insecure.org/nmap/" DEPEND="virtual/glibc gtk? ( =x11-libs/gtk+-1.2* )" -SLOT="" +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86 ppc" src_compile() { ./configure \ |