diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-09-27 08:46:43 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-09-27 08:46:43 +0000 |
commit | 7ce160fd47aaefc775a7297591ed84222b8f38e0 (patch) | |
tree | e3441b9bee5ccb0b06c4896223fa6b8be7f08ac1 /sys-apps/iproute2 | |
parent | fixing Changelog, regenerating Manifest (diff) | |
download | gentoo-2-7ce160fd47aaefc775a7297591ed84222b8f38e0.tar.gz gentoo-2-7ce160fd47aaefc775a7297591ed84222b8f38e0.tar.bz2 gentoo-2-7ce160fd47aaefc775a7297591ed84222b8f38e0.zip |
stable x86, bug #193818
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 6ea297d330bf..0d877184b839 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.93 2007/09/27 01:55:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.94 2007/09/27 08:46:43 opfer Exp $ + + 27 Sep 2007; Christian Faulhammer <opfer@gentoo.org> + iproute2-2.6.22.20070710.ebuild: + stable x86, bug #193818 27 Sep 2007; Jeroen Roovers <jer@gentoo.org> iproute2-2.6.22.20070710.ebuild: diff --git a/sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild b/sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild index e13e59646057..220912919b10 100644 --- a/sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.22.20070710.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.22.20070710.ebuild,v 1.2 2007/09/27 01:55:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.22.20070710.ebuild,v 1.3 2007/09/27 08:46:43 opfer 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 ) ) |