diff options
author | 2013-01-31 23:00:26 +0000 | |
---|---|---|
committer | 2013-01-31 23:00:26 +0000 | |
commit | 174e72dfdbd6cbf543d48a1536cbc4a097895696 (patch) | |
tree | 3b1450bb35437bf0101ad9c183f5bd445b9ed73a /net-misc/iputils | |
parent | Stable for ppc64, wrt bug #454664 (diff) | |
download | gentoo-2-174e72dfdbd6cbf543d48a1536cbc4a097895696.tar.gz gentoo-2-174e72dfdbd6cbf543d48a1536cbc4a097895696.tar.bz2 gentoo-2-174e72dfdbd6cbf543d48a1536cbc4a097895696.zip |
Stable for ppc64, wrt bug #408183
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/iputils')
-rw-r--r-- | net-misc/iputils/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iputils/iputils-20121221.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/iputils/ChangeLog b/net-misc/iputils/ChangeLog index 53486d807864..62086f30bf8c 100644 --- a/net-misc/iputils/ChangeLog +++ b/net-misc/iputils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iputils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.116 2013/01/30 18:23:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.117 2013/01/31 23:00:26 ago Exp $ + + 31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> iputils-20121221.ebuild: + Stable for ppc64, wrt bug #408183 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> iputils-20121221.ebuild: Stable for x86, wrt bug #408183 diff --git a/net-misc/iputils/iputils-20121221.ebuild b/net-misc/iputils/iputils-20121221.ebuild index 4ba514d5d9d5..f427529c877c 100644 --- a/net-misc/iputils/iputils-20121221.ebuild +++ b/net-misc/iputils/iputils-20121221.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-misc/iputils/iputils-20121221.ebuild,v 1.8 2013/01/30 18:23:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-20121221.ebuild,v 1.9 2013/01/31 23:00:26 ago Exp $ # For released versions, we precompile the man/html pages and store # them in a tarball on our mirrors. This avoids ugly issues while @@ -16,7 +16,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="http://www.skbuff.net/iputils/iputils-s${PV}.tar.bz2 mirror://gentoo/iputils-s${PV}-manpages.tar.bz2" - KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux" fi DESCRIPTION="Network monitoring tools including ping and ping6" |