summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-06-28 13:49:59 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-06-28 13:49:59 +0000
commit3895c81c2b4bf008316ece2720a627679ff0c2d4 (patch)
treea99ec425a683830a53088fa84479eb56a139288c /sys-apps/iproute2
parentAdded static support via USE=static for bug 84482. (diff)
downloadgentoo-2-3895c81c2b4bf008316ece2720a627679ff0c2d4.tar.gz
gentoo-2-3895c81c2b4bf008316ece2720a627679ff0c2d4.tar.bz2
gentoo-2-3895c81c2b4bf008316ece2720a627679ff0c2d4.zip
Stable on sparc
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r--sys-apps/iproute2/ChangeLog6
-rw-r--r--sys-apps/iproute2/iproute2-2.6.11.20050310-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog
index adc24d0f5d40..b82e47b2c846 100644
--- a/sys-apps/iproute2/ChangeLog
+++ b/sys-apps/iproute2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/iproute2
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.33 2005/06/28 03:06:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.34 2005/06/28 13:49:59 gustavoz Exp $
+
+ 28 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ iproute2-2.6.11.20050310-r1.ebuild:
+ Stable on sparc
28 Jun 2005; Aron Griffis <agriffis@gentoo.org>
iproute2-2.6.11.20050310-r1.ebuild:
diff --git a/sys-apps/iproute2/iproute2-2.6.11.20050310-r1.ebuild b/sys-apps/iproute2/iproute2-2.6.11.20050310-r1.ebuild
index 7653148e9523..69f7763dfa75 100644
--- a/sys-apps/iproute2/iproute2-2.6.11.20050310-r1.ebuild
+++ b/sys-apps/iproute2/iproute2-2.6.11.20050310-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.11.20050310-r1.ebuild,v 1.2 2005/06/28 03:06:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.11.20050310-r1.ebuild,v 1.3 2005/06/28 13:49:59 gustavoz Exp $
inherit eutils toolchain-funcs
@@ -13,7 +13,7 @@ SRC_URI="http://developer.osdl.org/dev/iproute2/download/${PN}-${MY_PV}-${SNAP}.
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
IUSE="atm berkdb minimal"
RDEPEND="!minimal? ( berkdb? ( sys-libs/db ) )