diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-11 19:34:05 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-11 19:34:05 +0000 |
commit | b71979c1284236312575b31931b25b21a68fdaf3 (patch) | |
tree | cd8e5acec03c464d3422d9addc09f1e87cf30f72 /sys-apps/iproute2 | |
parent | vanilla-3.14.41 + genpatches-3.14-46 + grsecurity-3.1-3.14.41-201505101121 (diff) | |
download | gentoo-2-b71979c1284236312575b31931b25b21a68fdaf3.tar.gz gentoo-2-b71979c1284236312575b31931b25b21a68fdaf3.tar.bz2 gentoo-2-b71979c1284236312575b31931b25b21a68fdaf3.zip |
sparc stable wrt bug #543662
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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 147b5816a384..e1f8c3a7320b 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.257 2015/05/01 12:22:03 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.258 2015/05/11 19:34:05 zlogene Exp $ + + 11 May 2015; Mikle Kolyada <zlogene@gentoo.org> iproute2-3.19.0.ebuild: + sparc stable wrt bug #543662 01 May 2015; Mikle Kolyada <zlogene@gentoo.org> iproute2-3.19.0.ebuild: alpha stable wrt bug #543662 diff --git a/sys-apps/iproute2/iproute2-3.19.0.ebuild b/sys-apps/iproute2/iproute2-3.19.0.ebuild index 326b658b7e04..5e13390b51d8 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.7 2015/05/01 12:22:03 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.19.0.ebuild,v 1.8 2015/05/11 19:34:05 zlogene 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" |