diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-09 21:30:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-09 21:30:09 +0000 |
commit | dc25d203acb1db011c263ef66ea88174521e4c3b (patch) | |
tree | 9284d156cfd86f3b1dc87e123f0a79be2c9c68f0 /sys-apps | |
parent | Stable on amd64 wrt bug #393317 (diff) | |
download | gentoo-2-dc25d203acb1db011c263ef66ea88174521e4c3b.tar.gz gentoo-2-dc25d203acb1db011c263ef66ea88174521e4c3b.tar.bz2 gentoo-2-dc25d203acb1db011c263ef66ea88174521e4c3b.zip |
Stable on amd64 wrt bug #393319
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 170b3ca437ee..1b6d1c3341a5 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.177 2011/12/05 20:59:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.178 2011/12/09 21:30:09 hwoarang Exp $ + + 09 Dec 2011; Markos Chandras <hwoarang@gentoo.org> iproute2-2.6.38.ebuild: + Stable on amd64 wrt bug #393319 05 Dec 2011; Mike Frysinger <vapier@gentoo.org> iproute2-2.6.38.ebuild, iproute2-3.1.0.ebuild, iproute2-9999.ebuild: diff --git a/sys-apps/iproute2/iproute2-2.6.38.ebuild b/sys-apps/iproute2/iproute2-2.6.38.ebuild index e0bb05287fee..578387a748dd 100644 --- a/sys-apps/iproute2/iproute2-2.6.38.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.4 2011/12/05 20:59:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.5 2011/12/09 21:30:09 hwoarang 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" |