diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-08 14:48:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-08 14:48:47 +0000 |
commit | 35ddeaff2fe38e6fc92e6f646cbb9ff0f133f797 (patch) | |
tree | 7b4e8ef49e1b651aff64b378454e548dfa53558c /net-misc/iputils | |
parent | Stable for s390, wrt bug #448550 (diff) | |
download | gentoo-2-35ddeaff2fe38e6fc92e6f646cbb9ff0f133f797.tar.gz gentoo-2-35ddeaff2fe38e6fc92e6f646cbb9ff0f133f797.tar.bz2 gentoo-2-35ddeaff2fe38e6fc92e6f646cbb9ff0f133f797.zip |
Stable for s390, 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 b1307c038c63..0e87b7f82a33 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.120 2013/02/08 12:07:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.121 2013/02/08 14:48:47 ago Exp $ + + 08 Feb 2013; Agostino Sarubbo <ago@gentoo.org> iputils-20121221.ebuild: + Stable for s390, wrt bug #408183 08 Feb 2013; Agostino Sarubbo <ago@gentoo.org> iputils-20121221.ebuild: Stable for sh, wrt bug #408183 diff --git a/net-misc/iputils/iputils-20121221.ebuild b/net-misc/iputils/iputils-20121221.ebuild index e736e22e7304..17e078ba9277 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.12 2013/02/08 12:07:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-20121221.ebuild,v 1.13 2013/02/08 14:48:47 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" |