summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-07-07 19:58:08 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-07-07 19:58:08 +0000
commit01da05637b2cf3805d6e6079e75934d89b6a198d (patch)
treef2b5a32fc345688f3c9bbe414bdb7b483936ce82 /sys-apps/iproute2
parentfix bug 98218 (diff)
downloadgentoo-2-01da05637b2cf3805d6e6079e75934d89b6a198d.tar.gz
gentoo-2-01da05637b2cf3805d6e6079e75934d89b6a198d.tar.bz2
gentoo-2-01da05637b2cf3805d6e6079e75934d89b6a198d.zip
Stable on ppc64
(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 788e9c392be9..c55dc3118b27 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.36 2005/07/05 20:31:12 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.37 2005/07/07 19:53:13 corsair Exp $
+
+ 07 Jul 2005; Markus Rothe <corsair@gentoo.org>
+ iproute2-2.6.11.20050310-r1.ebuild:
+ Stable on ppc64
05 Jul 2005; Rene Nussbaumer <killerfox@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 72d5642a736e..7e44e20c0300 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.4 2005/07/05 20:31:12 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.11.20050310-r1.ebuild,v 1.5 2005/07/07 19:53:13 corsair 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 ) )