diff options
author | 2007-08-30 04:15:53 +0000 | |
---|---|---|
committer | 2007-08-30 04:15:53 +0000 | |
commit | a234e8b0e0e5a0a3bd69b549d967aed8d04b72e2 (patch) | |
tree | e54932e885721da5ff20f7f96d8516d90359a81a /sys-apps | |
parent | Stable for HPPA (bug #190198). (diff) | |
download | gentoo-2-a234e8b0e0e5a0a3bd69b549d967aed8d04b72e2.tar.gz gentoo-2-a234e8b0e0e5a0a3bd69b549d967aed8d04b72e2.tar.bz2 gentoo-2-a234e8b0e0e5a0a3bd69b549d967aed8d04b72e2.zip |
Stable for HPPA (bug #190200).
(Portage version: 2.1.2.12)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index b3f366251bc2..1cd7ab930183 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.91 2007/08/28 14:25:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.92 2007/08/30 04:15:53 jer Exp $ + + 30 Aug 2007; Jeroen Roovers <jer@gentoo.org> + iproute2-2.6.20.20070313.ebuild: + Stable for HPPA (bug #190200). 28 Aug 2007; nixnut <nixnut@gentoo.org> iproute2-2.6.20.20070313.ebuild: Stable on ppc wrt bug 190200 diff --git a/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild b/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild index 8d01900243f2..98184b4ec2ae 100644 --- a/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild,v 1.6 2007/08/28 14:25:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild,v 1.7 2007/08/30 04:15:53 jer 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 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="atm berkdb minimal" RDEPEND="!minimal? ( berkdb? ( sys-libs/db ) ) |