diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-20 18:05:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-20 18:05:41 +0000 |
commit | d9a7b91ce19a1b9e1334c8109d608bbe24280552 (patch) | |
tree | 15e2a0d89cecb35a684efb2490f320c19cdd940f /sys-libs/glibc/glibc-2.12.2.ebuild | |
parent | Initial import, bug 359001. (diff) | |
download | gentoo-2-d9a7b91ce19a1b9e1334c8109d608bbe24280552.tar.gz gentoo-2-d9a7b91ce19a1b9e1334c8109d608bbe24280552.tar.bz2 gentoo-2-d9a7b91ce19a1b9e1334c8109d608bbe24280552.zip |
Don't PROVIDE virtual/libc, bug 359001.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-2.12.2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.12.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.12.2.ebuild b/sys-libs/glibc/glibc-2.12.2.ebuild index f4f29269d896..151cde18db43 100644 --- a/sys-libs/glibc/glibc-2.12.2.ebuild +++ b/sys-libs/glibc/glibc-2.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v 1.2 2011/03/02 02:37:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v 1.3 2011/04/20 18:05:41 ulm Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -75,7 +75,6 @@ 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 |