diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-28 10:03:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-28 10:03:59 +0000 |
commit | b67b84323f1b02b460fd54c4f5e1acd24eeda25c (patch) | |
tree | dbe01fe38b70725f1047b275c5053aa83510849a /sys-apps/iproute2 | |
parent | alpha/ia64 stable wrt #189875 (diff) | |
download | gentoo-2-b67b84323f1b02b460fd54c4f5e1acd24eeda25c.tar.gz gentoo-2-b67b84323f1b02b460fd54c4f5e1acd24eeda25c.tar.bz2 gentoo-2-b67b84323f1b02b460fd54c4f5e1acd24eeda25c.zip |
alpha/ia64 stable wrt #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 adac3604a8b6..28f68c564be8 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.89 2007/08/27 12:13:59 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.90 2007/08/28 10:03:59 armin76 Exp $ + + 28 Aug 2007; Raúl Porcel <armin76@gentoo.org> + iproute2-2.6.20.20070313.ebuild: + alpha/ia64 stable wrt #190200 27 Aug 2007; Gustavo Zacarias <gustavoz@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 c8fb0bc9ebe5..fe21a4f60566 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.4 2007/08/27 12:13:59 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.20.20070313.ebuild,v 1.5 2007/08/28 10:03:59 armin76 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 ) ) |