diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2006-12-16 18:42:21 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2006-12-16 18:42:21 +0000 |
commit | ac5c030aeda620fa1455fc616efa3c96db1bd126 (patch) | |
tree | bbe7b360d4c44dbbf95c6599d1cb667d33290862 /sys-apps/iproute2 | |
parent | inherit qt3 to avoid sandbox violations thanks to Johannes Hirte <johannes-hi... (diff) | |
download | gentoo-2-ac5c030aeda620fa1455fc616efa3c96db1bd126.tar.gz gentoo-2-ac5c030aeda620fa1455fc616efa3c96db1bd126.tar.bz2 gentoo-2-ac5c030aeda620fa1455fc616efa3c96db1bd126.zip |
Stable on Alpha and MIPS; bug #158271
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.18.20061002.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index af0c675c0c9b..29603f40a963 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.70 2006/12/16 12:32:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.71 2006/12/16 18:42:21 eroyf Exp $ + + 16 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> + iproute2-2.6.18.20061002.ebuild: + Stable on Alpha and MIPS; bug #158271 16 Dec 2006; nixnut <nixnut@gentoo.org> iproute2-2.6.18.20061002.ebuild: Stable on ppc wrt bug 158271 diff --git a/sys-apps/iproute2/iproute2-2.6.18.20061002.ebuild b/sys-apps/iproute2/iproute2-2.6.18.20061002.ebuild index 0385313170ca..2eeb0e421e90 100644 --- a/sys-apps/iproute2/iproute2-2.6.18.20061002.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.18.20061002.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.18.20061002.ebuild,v 1.4 2006/12/16 12:32:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.18.20061002.ebuild,v 1.5 2006/12/16 18:42:21 eroyf 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 ) ) |