diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-08-26 20:46:26 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-08-26 20:46:26 +0000 |
commit | efb1dce05be4cf071b75afd40193ac467c4056e6 (patch) | |
tree | aa6e1117ae6fc60270117c5a4d7df4be45704c34 /sys-apps/iproute2 | |
parent | Version bump. (diff) | |
download | gentoo-2-efb1dce05be4cf071b75afd40193ac467c4056e6.tar.gz gentoo-2-efb1dce05be4cf071b75afd40193ac467c4056e6.tar.bz2 gentoo-2-efb1dce05be4cf071b75afd40193ac467c4056e6.zip |
sys-apps/iproute2-2.6.20.20070313.ebuild: x86 stable (bug #190200)
(Portage version: 2.1.2.12)
Diffstat (limited to 'sys-apps/iproute2')
-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 0ae42cd607d8..efa849e0c59b 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.87 2007/08/26 13:35:01 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.88 2007/08/26 20:46:26 jurek Exp $ + + 26 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> + iproute2-2.6.20.20070313.ebuild: + x86 stable (bug #190200) 26 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> iproute2-2.6.20.20070313.ebuild: diff --git a/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild b/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild index 4285dcd09923..20ac788ed6c5 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.2 2007/08/26 13:35:01 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild,v 1.3 2007/08/26 20:46:26 jurek 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 ) ) |