diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-06-29 06:14:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-06-29 06:14:42 +0000 |
commit | 23c8da9c05ed6ea7cba1b37f4544c75d563ee9c6 (patch) | |
tree | 70522b00b76686a5ca96f287d2a3a11383160c66 /sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild | |
parent | Version bump. (diff) | |
download | historical-23c8da9c05ed6ea7cba1b37f4544c75d563ee9c6.tar.gz historical-23c8da9c05ed6ea7cba1b37f4544c75d563ee9c6.tar.bz2 historical-23c8da9c05ed6ea7cba1b37f4544c75d563ee9c6.zip |
Change invalid >=sys-libs/glibc-2.7* atom to >=sys-libs/glibc-2.7. There
is a bug in repoman that allowed this atom to slip through. The repoman
bug is fixed in svn.
Package-Manager: portage-2.2_rc1_p10843/cvs/Linux 2.6.25-0619-x86-64 i686
RepoMan-Options: --force
Diffstat (limited to 'sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild')
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild b/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild index ca7ba285a7aa..1a4417d2fd6e 100644 --- a/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild,v 1.4 2008/06/28 17:59:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild,v 1.5 2008/06/29 06:14:42 zmedico Exp $ inherit eutils toolchain-funcs @@ -20,7 +20,7 @@ IUSE="atm berkdb minimal" RDEPEND="!minimal? ( berkdb? ( sys-libs/db ) ) atm? ( net-dialup/linux-atm )" DEPEND="${RDEPEND} - elibc_glibc? ( >=sys-libs/glibc-2.7* ) + elibc_glibc? ( >=sys-libs/glibc-2.7 ) >=virtual/os-headers-2.6.25" S=${WORKDIR}/${MY_P} |