diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 11:18:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 11:18:17 +0000 |
commit | 75742f2d76e791245504df2397152757460ee7e6 (patch) | |
tree | a363c686bfc60aefe01784cbbdc7faaffa79cf4f /net-analyzer/netselect | |
parent | Stable for x86, wrt bug #470532 (diff) | |
download | gentoo-2-75742f2d76e791245504df2397152757460ee7e6.tar.gz gentoo-2-75742f2d76e791245504df2397152757460ee7e6.tar.bz2 gentoo-2-75742f2d76e791245504df2397152757460ee7e6.zip |
Stable for x86, wrt bug #470534
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 0fc490cffe2f..3597ae289aed 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.46 2013/06/25 10:17:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.47 2013/06/25 11:18:17 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> netselect-0.3-r3.ebuild: + Stable for x86, wrt bug #470534 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> netselect-0.3-r3.ebuild: Stable for ppc64, wrt bug #470534 diff --git a/net-analyzer/netselect/netselect-0.3-r3.ebuild b/net-analyzer/netselect/netselect-0.3-r3.ebuild index c4e081049d03..c44bce164c17 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.5 2013/06/25 10:17:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r3.ebuild,v 1.6 2013/06/25 11:18:17 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} |