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 | 4f06a75674aa74cfee7a42b2658e00c16a9127a4 (patch) | |
tree | 016bf005211af26cbfce6189de70c9a2bd5679e0 /sys-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-4f06a75674aa74cfee7a42b2658e00c16a9127a4.tar.gz gentoo-2-4f06a75674aa74cfee7a42b2658e00c16a9127a4.tar.bz2 gentoo-2-4f06a75674aa74cfee7a42b2658e00c16a9127a4.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.
(Portage version: 2.2_rc1_p10843/cvs/Linux 2.6.25-0619-x86-64 i686, RepoMan options: --force)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 048209d226e1..ba1f6e04f076 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.108 2008/06/28 17:59:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.109 2008/06/29 06:14:42 zmedico Exp $ + + 29 Jun 2008; Zac Medico <zmedico@gentoo.org> + iproute2-2.6.25.20080417.ebuild: + 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. 28 Jun 2008; Mike Frysinger <vapier@gentoo.org> iproute2-2.6.25.20080417.ebuild: 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} |