diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-21 02:06:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-05-21 02:06:34 +0000 |
commit | 5f7f849fbc217af72bf4edb0ca9e02f419844e2c (patch) | |
tree | 87fffc1699e2aef3f2740077c07eaabb26094ce4 /sys-apps/iproute2 | |
parent | Add kernel Check for USER_NS, bug 545078. (diff) | |
download | gentoo-2-5f7f849fbc217af72bf4edb0ca9e02f419844e2c.tar.gz gentoo-2-5f7f849fbc217af72bf4edb0ca9e02f419844e2c.tar.bz2 gentoo-2-5f7f849fbc217af72bf4edb0ca9e02f419844e2c.zip |
Mark arm64/m68k/s390/sh stable.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-3.19.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 9e1be57991e9..7ea7a2bfb869 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.260 2015/05/13 09:47:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.261 2015/05/21 02:06:34 vapier Exp $ + + 21 May 2015; Mike Frysinger <vapier@gentoo.org> iproute2-3.19.0.ebuild: + Mark arm64/m68k/s390/sh stable. 13 May 2015; Anthony G. Basile <blueness@gentoo.org> iproute2-3.19.0.ebuild: Stable for arm. Bug #543662. diff --git a/sys-apps/iproute2/iproute2-3.19.0.ebuild b/sys-apps/iproute2/iproute2-3.19.0.ebuild index 54660f3699f5..5875a9f048fb 100644 --- a/sys-apps/iproute2/iproute2-3.19.0.ebuild +++ b/sys-apps/iproute2/iproute2-3.19.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.19.0.ebuild,v 1.10 2015/05/13 09:47:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.19.0.ebuild,v 1.11 2015/05/21 02:06:34 vapier Exp $ EAPI="5" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" |