diff options
author | 2009-09-23 22:07:37 +0000 | |
---|---|---|
committer | 2009-09-23 22:07:37 +0000 | |
commit | 56249772d5415242cf1d02c2d1c5ca19f93ef91c (patch) | |
tree | 33a73a680a485a31ef1ee91ad1a19205032809fb /sys-libs/glibc/glibc-2.6.1.ebuild | |
parent | Version bump. (diff) | |
download | historical-56249772d5415242cf1d02c2d1c5ca19f93ef91c.tar.gz historical-56249772d5415242cf1d02c2d1c5ca19f93ef91c.tar.bz2 historical-56249772d5415242cf1d02c2d1c5ca19f93ef91c.zip |
Re-adding virtual/libc PROVIDE. It is still needed.
Package-Manager: portage-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 |