diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-10-14 09:49:50 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-10-14 09:49:50 +0000 |
commit | 78aa706e16ae61026ed2659c0d61e5a02b2b150c (patch) | |
tree | cb74286d797e02554154d2f8e5a3e92c1fc97691 /sys-apps/iproute2 | |
parent | Added ~ppc64; bug #151117 (diff) | |
download | gentoo-2-78aa706e16ae61026ed2659c0d61e5a02b2b150c.tar.gz gentoo-2-78aa706e16ae61026ed2659c0d61e5a02b2b150c.tar.bz2 gentoo-2-78aa706e16ae61026ed2659c0d61e5a02b2b150c.zip |
Stable on ppc64; bug #151249
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 0d17b0c02cec..89d5f21556b6 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.59 2006/10/14 01:33:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.60 2006/10/14 09:49:50 corsair Exp $ + + 14 Oct 2006; Markus Rothe <corsair@gentoo.org> + iproute2-2.6.16.20060323.ebuild: + Stable on ppc64; bug #151249 *iproute2-2.6.18.20061002 (14 Oct 2006) diff --git a/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild b/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild index 53857c903d4a..336c7f2eed11 100644 --- a/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild,v 1.8 2006/10/14 01:33:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.16.20060323.ebuild,v 1.9 2006/10/14 09:49:50 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 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 ) ) |