summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2009-11-08 20:33:38 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2009-11-08 20:33:38 +0000
commit3fd7098ce0cee25f57a3a76ab7dbeb8100a175d6 (patch)
tree1a4ce9bbf2b5a72ae72c341465ab131ebccf8357 /sys-apps/iproute2
parentRevbump to register the classes to package.env, so they can be used by java-c... (diff)
downloadgentoo-2-3fd7098ce0cee25f57a3a76ab7dbeb8100a175d6.tar.gz
gentoo-2-3fd7098ce0cee25f57a3a76ab7dbeb8100a175d6.tar.bz2
gentoo-2-3fd7098ce0cee25f57a3a76ab7dbeb8100a175d6.zip
ppc stable #291810
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r--sys-apps/iproute2/ChangeLog5
-rw-r--r--sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog
index 84f72b8dcbd9..52f3fe1f36f3 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.136 2009/11/08 18:46:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.137 2009/11/08 20:33:38 nixnut Exp $
+
+ 08 Nov 2009; nixnut <nixnut@gentoo.org> iproute2-2.6.29.1-r1.ebuild:
+ ppc stable #291833
08 Nov 2009; Tobias Klausmann <klausman@gentoo.org>
iproute2-2.6.29.1-r1.ebuild:
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 3cb2af01b5dc..4f4595be6d98 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.4 2009/11/08 18:46:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild,v 1.5 2009/11/08 20:33:38 nixnut 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="alpha"
+ 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