diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-11-11 13:54:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-11-11 13:54:37 +0000 |
commit | 599bcdcbfb1924aae61f32a45e5c9b00cbe644e6 (patch) | |
tree | b1441c601ed198e8755aae13434a6094f85b3ee3 /sys-apps/iproute2 | |
parent | Stable for HPPA (bug #287411). (diff) | |
download | gentoo-2-599bcdcbfb1924aae61f32a45e5c9b00cbe644e6.tar.gz gentoo-2-599bcdcbfb1924aae61f32a45e5c9b00cbe644e6.tar.bz2 gentoo-2-599bcdcbfb1924aae61f32a45e5c9b00cbe644e6.zip |
Stable for HPPA (bug #291833). Remove KEYWORDS where appropriate.
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index ffc547bfd5c3..26d6717a2eab 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.138 2009/11/09 16:10:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.139 2009/11/11 13:54:37 jer Exp $ + + 11 Nov 2009; Jeroen Roovers <jer@gentoo.org> iproute2-2.6.29.1-r1.ebuild: + Stable for HPPA (bug #291833). Remove KEYWORDS where appropriate. 09 Nov 2009; Markus Meier <maekke@gentoo.org> iproute2-2.6.29.1-r1.ebuild: amd64/arm/x86 stable, bug #291833 diff --git a/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild b/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild index 27c3ff27f36e..7ea8b9295bc3 100644 --- a/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.29.1-r1.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.29.1-r1.ebuild,v 1.6 2009/11/09 16:10:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild,v 1.7 2009/11/11 13:54:37 jer Exp $ EAPI="2" @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" inherit git SRC_URI="" - KEYWORDS="amd64 arm x86" + KEYWORDS="" else if [[ ${PV} == *.*.*.* ]] ; then MY_PV=${PV%.*}-${PV##*.} @@ -19,7 +19,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 |