diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 05:09:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 05:09:05 +0000 |
commit | efa555f2825784096ed09fc2128846486d6bbac5 (patch) | |
tree | 4db694d9353255053f8c5acb07f835b45d0c7e71 /net-analyzer/netselect | |
parent | Stable for ppc, wrt bug #470532 (diff) | |
download | gentoo-2-efa555f2825784096ed09fc2128846486d6bbac5.tar.gz gentoo-2-efa555f2825784096ed09fc2128846486d6bbac5.tar.bz2 gentoo-2-efa555f2825784096ed09fc2128846486d6bbac5.zip |
Stable for ppc, wrt bug #470534
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index 93767855e6c8..028b4af06d6c 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netselect # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.44 2013/06/12 16:32:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.45 2013/06/24 05:09:05 ago Exp $ + + 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> netselect-0.3-r3.ebuild: + Stable for ppc, wrt bug #470534 12 Jun 2013; Jeroen Roovers <jer@gentoo.org> netselect-0.3-r3.ebuild: Stable for HPPA (bug #470534). diff --git a/net-analyzer/netselect/netselect-0.3-r3.ebuild b/net-analyzer/netselect/netselect-0.3-r3.ebuild index e43eeba9ae7b..797f63d2fa05 100644 --- a/net-analyzer/netselect/netselect-0.3-r3.ebuild +++ b/net-analyzer/netselect/netselect-0.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r3.ebuild,v 1.3 2013/06/12 16:32:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r3.ebuild,v 1.4 2013/06/24 05:09:05 ago Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://alumnit.ca/~apenwarr/netselect/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" S=${WORKDIR}/${PN} |