diff options
author | 2013-02-08 12:07:46 +0000 | |
---|---|---|
committer | 2013-02-08 12:07:46 +0000 | |
commit | e8cb2b03bb2734646d8a9e4bdc250a487b4df400 (patch) | |
tree | cb014c23af218aacfd32a4da1858159b2a2670bd /net-misc | |
parent | Stable for sh, wrt bug #448550 (diff) | |
download | gentoo-2-e8cb2b03bb2734646d8a9e4bdc250a487b4df400.tar.gz gentoo-2-e8cb2b03bb2734646d8a9e4bdc250a487b4df400.tar.bz2 gentoo-2-e8cb2b03bb2734646d8a9e4bdc250a487b4df400.zip |
Stable for sh, wrt bug #408183
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'net-misc')
-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 e08ff0569eca..b1307c038c63 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.119 2013/02/06 19:49:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.120 2013/02/08 12:07:46 ago Exp $ + + 08 Feb 2013; Agostino Sarubbo <ago@gentoo.org> iputils-20121221.ebuild: + Stable for sh, wrt bug #408183 06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> iputils-20121221.ebuild: Stable for sparc, wrt bug #408183 diff --git a/net-misc/iputils/iputils-20121221.ebuild b/net-misc/iputils/iputils-20121221.ebuild index 3ae20509d550..e736e22e7304 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.11 2013/02/06 19:49:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-20121221.ebuild,v 1.12 2013/02/08 12:07:46 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" |