summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-10-31 15:59:05 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-10-31 15:59:05 +0000
commit4e2f3e249cb83c60dad0140ecd90ef592eb1718b (patch)
tree2d9379c7953b1d225d2ffcf5cebbbd2ffa11ae1f
parentQA: quote variables, fix ${D} variable and fix gpixpod binary (diff)
downloadgentoo-2-4e2f3e249cb83c60dad0140ecd90ef592eb1718b.tar.gz
gentoo-2-4e2f3e249cb83c60dad0140ecd90ef592eb1718b.tar.bz2
gentoo-2-4e2f3e249cb83c60dad0140ecd90ef592eb1718b.zip
sparc stable wrt #269184
(Portage version: 2.1.6.13/cvs/Linux ia64)
-rw-r--r--sys-apps/iproute2/ChangeLog5
-rw-r--r--sys-apps/iproute2/iproute2-2.6.28.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog
index 229c81b777b6..c0cea5af3085 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.134 2009/10/02 17:46:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.135 2009/10/31 15:59:05 armin76 Exp $
+
+ 31 Oct 2009; Raúl Porcel <armin76@gentoo.org> iproute2-2.6.28.ebuild:
+ sparc stable wrt #269184
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
diff --git a/sys-apps/iproute2/iproute2-2.6.28.ebuild b/sys-apps/iproute2/iproute2-2.6.28.ebuild
index 2ce64ca5d525..4ca447402b64 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.11 2009/10/02 17:46:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.28.ebuild,v 1.12 2009/10/31 15:59:05 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