diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 14:08:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 14:08:49 +0000 |
commit | b09993d02369ff26aad5a655fc96a2545a9d2ad1 (patch) | |
tree | 96f0504e22f11f69e37cb2bcb73660df4256a32e /sys-apps/iproute2 | |
parent | Stable for amd64, wrt bug #415223 (diff) | |
download | gentoo-2-b09993d02369ff26aad5a655fc96a2545a9d2ad1.tar.gz gentoo-2-b09993d02369ff26aad5a655fc96a2545a9d2ad1.tar.bz2 gentoo-2-b09993d02369ff26aad5a655fc96a2545a9d2ad1.zip |
Stable for amd64, wrt bug #414669
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-3.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 91855019f310..535d2818a3e7 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.191 2012/05/09 07:43:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.192 2012/05/09 14:08:49 ago Exp $ + + 09 May 2012; Agostino Sarubbo <ago@gentoo.org> iproute2-3.3.0.ebuild: + Stable for amd64, wrt bug #414669 09 May 2012; Jeff Horelick <jdhore@gentoo.org> iproute2-3.3.0.ebuild: marked x86 per bug 414669 diff --git a/sys-apps/iproute2/iproute2-3.3.0.ebuild b/sys-apps/iproute2/iproute2-3.3.0.ebuild index 2632b5059186..619e75ab080f 100644 --- a/sys-apps/iproute2/iproute2-3.3.0.ebuild +++ b/sys-apps/iproute2/iproute2-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.3.0.ebuild,v 1.5 2012/05/09 07:43:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.3.0.ebuild,v 1.6 2012/05/09 14:08:49 ago Exp $ EAPI="4" @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then #KEYWORDS="" else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" |