diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 22:04:09 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 22:04:09 +0000 |
commit | 0a7d6cd82a064e9a1e6a83af4bcf371a6dda3623 (patch) | |
tree | 665363af897b9ea7e5f5100e9ebcb14f62ee8fda /sys-libs/glibc/glibc-2.6.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-0a7d6cd82a064e9a1e6a83af4bcf371a6dda3623.tar.gz gentoo-2-0a7d6cd82a064e9a1e6a83af4bcf371a6dda3623.tar.bz2 gentoo-2-0a7d6cd82a064e9a1e6a83af4bcf371a6dda3623.zip |
Re-adding virtual/libc PROVIDE. It is still needed.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-2.6.1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.6.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild index cd3b95facc45..0826851b9551 100644 --- a/sys-libs/glibc/glibc-2.6.1.ebuild +++ b/sys-libs/glibc/glibc-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.28 2009/09/23 21:15:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.29 2009/09/23 22:04:09 patrick Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -69,6 +69,7 @@ else # Why SLOT 2.2 you ask yourself while sippin your tea ? # Everyone knows 2.2 > 0, duh. SLOT="2.2" + PROVIDE="virtual/libc" fi # General: We need a new-enough binutils for as-needed |