diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-03-26 19:27:31 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-03-26 19:27:31 +0000 |
commit | 78739f38771a4d9604379e040a74428cb05823d1 (patch) | |
tree | 5fcfedef369dce90cec875aa6a0ec005b0cc544d /net-analyzer/libnasl/libnasl-2.3.1.ebuild | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-78739f38771a4d9604379e040a74428cb05823d1.tar.gz gentoo-2-78739f38771a4d9604379e040a74428cb05823d1.tar.bz2 gentoo-2-78739f38771a4d9604379e040a74428cb05823d1.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/libnasl/libnasl-2.3.1.ebuild')
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/libnasl/libnasl-2.3.1.ebuild b/net-analyzer/libnasl/libnasl-2.3.1.ebuild index aa98302695f2..8a0f1a2e9a98 100644 --- a/net-analyzer/libnasl/libnasl-2.3.1.ebuild +++ b/net-analyzer/libnasl/libnasl-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.3.1.ebuild,v 1.4 2007/02/01 22:03:54 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.3.1.ebuild,v 1.5 2007/03/26 19:27:31 grobian Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/experimental/nessus-${PV}/src/${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="~net-analyzer/nessus-libraries-${PV}" |