diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-10-02 17:46:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-10-02 17:46:27 +0000 |
commit | b758e1198307990e71159581e7d6ad8e5ca97dbd (patch) | |
tree | 89a89c5714b3d56916cd270ff64677841d94344d /sys-apps | |
parent | Print a warning when Python 2 or Python 3 is explicitly disabled. (diff) | |
download | gentoo-2-b758e1198307990e71159581e7d6ad8e5ca97dbd.tar.gz gentoo-2-b758e1198307990e71159581e7d6ad8e5ca97dbd.tar.bz2 gentoo-2-b758e1198307990e71159581e7d6ad8e5ca97dbd.zip |
ia64/m68k/s390/sh stable wrt #269184 and re-add ~sparc
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index c377213b2403..229c81b777b6 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.133 2009/09/13 14:47:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.134 2009/10/02 17:46:27 armin76 Exp $ + + 02 Oct 2009; Raúl Porcel <armin76@gentoo.org> iproute2-2.6.28.ebuild: + ia64/m68k/s390/sh stable wrt #269184 and re-add ~sparc 13 Sep 2009; Markus Meier <maekke@gentoo.org> iproute2-2.6.28.ebuild: arm stable, bug #269184 diff --git a/sys-apps/iproute2/iproute2-2.6.28.ebuild b/sys-apps/iproute2/iproute2-2.6.28.ebuild index 2e2caf83a40f..2ce64ca5d525 100644 --- a/sys-apps/iproute2/iproute2-2.6.28.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.28.ebuild,v 1.10 2009/09/13 14:47:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.28.ebuild,v 1.11 2009/10/02 17:46:27 armin76 Exp $ inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ else fi MY_P="${PN}-${MY_PV}" SRC_URI="http://developer.osdl.org/dev/iproute2/download/${MY_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" S=${WORKDIR}/${MY_P} fi |