diff options
author | 2009-02-23 13:05:14 +0000 | |
---|---|---|
committer | 2009-02-23 13:05:14 +0000 | |
commit | 75c4803e87dba3b5583bc569916329c2380bddaf (patch) | |
tree | 6c5c76a0a2c3630b0de29af51e8be2b792f72ac7 /sys-apps/iproute2 | |
parent | Reap old versions. (diff) | |
download | gentoo-2-75c4803e87dba3b5583bc569916329c2380bddaf.tar.gz gentoo-2-75c4803e87dba3b5583bc569916329c2380bddaf.tar.bz2 gentoo-2-75c4803e87dba3b5583bc569916329c2380bddaf.zip |
Stable on alpha, bug #259927
(Portage version: 2.1.6.7/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.26-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 2a78780b2d3b..6c4c2b4212fd 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.116 2009/01/18 18:21:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.117 2009/02/23 13:05:14 klausman Exp $ + + 23 Feb 2009; Tobias Klausmann <klausman@gentoo.org> + iproute2-2.6.26-r2.ebuild: + Stable on alpha, bug #259927 18 Jan 2009; Mike Frysinger <vapier@gentoo.org> iproute2-2.6.28.ebuild: Force linux-headers-2.6.28 #255383. diff --git a/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild b/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild index 45171981efcf..e87e3f2cbfc0 100644 --- a/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild,v 1.3 2008/11/27 20:48:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild,v 1.4 2009/02/23 13:05:14 klausman Exp $ inherit eutils toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="http://developer.osdl.org/dev/iproute2/download/${MY_P}.tar.bz2" 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="!net-misc/arpd |