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 | c83159b7ce0abe24342434b07c0e212738b68aa6 (patch) | |
tree | 84fad031f866cc64b2bdc19bf46cc486e9458371 /net-analyzer/nessus-libraries | |
parent | Yanking gtkDPS since it's not needed by anything anymore and has broken depends. (diff) | |
download | historical-c83159b7ce0abe24342434b07c0e212738b68aa6.tar.gz historical-c83159b7ce0abe24342434b07c0e212738b68aa6.tar.bz2 historical-c83159b7ce0abe24342434b07c0e212738b68aa6.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-analyzer/nessus-libraries')
-rw-r--r-- | net-analyzer/nessus-libraries/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nessus-libraries/nessus-libraries-2.3.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/nessus-libraries/ChangeLog b/net-analyzer/nessus-libraries/ChangeLog index 4e226ade2719..e4ca16a2da57 100644 --- a/net-analyzer/nessus-libraries/ChangeLog +++ b/net-analyzer/nessus-libraries/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nessus-libraries # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.84 2007/02/01 16:26:07 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.85 2007/03/26 19:26:19 grobian Exp $ + + 26 Mar 2007; Fabian Groffen <grobian@gentoo.org> + nessus-libraries-2.3.1-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix *nessus-libraries-2.3.1-r1 (01 Feb 2007) diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.3.1-r1.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.3.1-r1.ebuild index 0b5162f5c817..9cfdb70b42b5 100644 --- a/net-analyzer/nessus-libraries/nessus-libraries-2.3.1-r1.ebuild +++ b/net-analyzer/nessus-libraries/nessus-libraries-2.3.1-r1.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/nessus-libraries/nessus-libraries-2.3.1-r1.ebuild,v 1.1 2007/02/01 16:26:07 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.3.1-r1.ebuild,v 1.2 2007/03/26 19:26:19 grobian Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/experimental/nessus-${PV}/src/${P}.tar. SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" # Hard dep on SSL since libnasl won't compile when this package is emerged -ssl. |