diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-27 08:04:19 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-27 08:04:19 +0000 |
commit | e2eec68d6fb3bb9cc1cbb0d4ba9367ae27f2cbdf (patch) | |
tree | b28ccfbadda2f71eb32f2de9fe9e09de670579a7 /net-analyzer/nessus-core | |
parent | Version bump and security update (diff) | |
download | gentoo-2-e2eec68d6fb3bb9cc1cbb0d4ba9367ae27f2cbdf.tar.gz gentoo-2-e2eec68d6fb3bb9cc1cbb0d4ba9367ae27f2cbdf.tar.bz2 gentoo-2-e2eec68d6fb3bb9cc1cbb0d4ba9367ae27f2cbdf.zip |
Getting ready for GLSA
Diffstat (limited to 'net-analyzer/nessus-core')
-rw-r--r-- | net-analyzer/nessus-core/nessus-core-2.0.6a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nessus-core/nessus-core-2.0.6a.ebuild b/net-analyzer/nessus-core/nessus-core-2.0.6a.ebuild index 3265c7479c07..1ba04bf3f276 100644 --- a/net-analyzer/nessus-core/nessus-core-2.0.6a.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.0.6a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.6a.ebuild,v 1.1 2003/05/23 11:49:00 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.6a.ebuild,v 1.2 2003/05/27 08:04:19 aliz Exp $ IUSE="tcpd X gtk gtk2" S=${WORKDIR}/${PN} @@ -14,7 +14,7 @@ DEPEND="=net-analyzer/libnasl-${PV} gtk2? ( =x11-libs/gtk+-2* )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc -sparc ~alpha" +KEYWORDS="x86 ppc -sparc alpha" src_compile() { local myconf |