diff options
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index da0fcbf5dd79..99eb81b49017 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/netselect # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.35 2007/11/06 17:52:23 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.36 2007/11/09 21:03:13 grobian Exp $ + + 09 Nov 2007; Fabian Groffen <grobian@gentoo.org> netselect-0.3-r1.ebuild, + netselect-0.3-r2.ebuild: + Dropped ppc-macos keyword, see you in prefix 06 Nov 2007; Markus Rothe <corsair@gentoo.org> netselect-0.3-r2.ebuild: Stable on ppc64; bug #197745 diff --git a/net-analyzer/netselect/netselect-0.3-r1.ebuild b/net-analyzer/netselect/netselect-0.3-r1.ebuild index 28a360dd8ba2..7f10f5393a02 100644 --- a/net-analyzer/netselect/netselect-0.3-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.3-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/netselect/netselect-0.3-r1.ebuild,v 1.18 2007/04/30 13:32:25 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.19 2007/11/09 21:03:13 grobian Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://alumnit.ca/~apenwarr/netselect/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${PN}" diff --git a/net-analyzer/netselect/netselect-0.3-r2.ebuild b/net-analyzer/netselect/netselect-0.3-r2.ebuild index daac0932cc92..37810c697bdc 100644 --- a/net-analyzer/netselect/netselect-0.3-r2.ebuild +++ b/net-analyzer/netselect/netselect-0.3-r2.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/netselect/netselect-0.3-r2.ebuild,v 1.6 2007/11/06 17:52:23 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r2.ebuild,v 1.7 2007/11/09 21:03:13 grobian Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://alumnit.ca/~apenwarr/netselect/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc-macos ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/${PN} |