diff options
author | Markus Meier <maekke@gentoo.org> | 2012-05-12 13:39:28 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-05-12 13:39:28 +0000 |
commit | ae84811800259388239e7aa775033dba126d8748 (patch) | |
tree | 733af9755e2d3cc5819ef1f7659cb6e03b4f8d22 /sys-apps | |
parent | arm stable, bug #414241 (diff) | |
download | gentoo-2-ae84811800259388239e7aa775033dba126d8748.tar.gz gentoo-2-ae84811800259388239e7aa775033dba126d8748.tar.bz2 gentoo-2-ae84811800259388239e7aa775033dba126d8748.zip |
arm stable, bug #414669
(Portage version: 2.1.10.57/cvs/Linux i686)
Diffstat (limited to 'sys-apps')
-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 ef0d3071ba83..000df544f274 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.193 2012/05/09 14:23:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.194 2012/05/12 13:39:28 maekke Exp $ + + 12 May 2012; Markus Meier <maekke@gentoo.org> iproute2-3.3.0.ebuild: + arm stable, bug #414669 09 May 2012; Agostino Sarubbo <ago@gentoo.org> iproute2-3.3.0.ebuild: Stable for amd64, wrt bug #414669 diff --git a/sys-apps/iproute2/iproute2-3.3.0.ebuild b/sys-apps/iproute2/iproute2-3.3.0.ebuild index 619e75ab080f..68d3cb5b7cf6 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.6 2012/05/09 14:08:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.3.0.ebuild,v 1.7 2012/05/12 13:39:28 maekke 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" |