summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-11 10:33:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-11 10:33:39 +0000
commitd2e52622fcf7fea0d795bf7848e4ec0a52ca8bc5 (patch)
treebf1579bdfc26a411b50e6921cac39239c075cd7c /sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild
parentMake latest gcc (3.4 and 4) depend on glibc just for glibc systems. (diff)
downloadgentoo-2-d2e52622fcf7fea0d795bf7848e4ec0a52ca8bc5.tar.gz
gentoo-2-d2e52622fcf7fea0d795bf7848e4ec0a52ca8bc5.tar.bz2
gentoo-2-d2e52622fcf7fea0d795bf7848e4ec0a52ca8bc5.zip
Make libstdc++ depend on glibc only on glibc systems.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild')
-rw-r--r--sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild
index 7b73395c9818..6cc02889b89f 100644
--- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild
+++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild,v 1.11 2005/02/07 08:25:28 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild,v 1.12 2005/05/11 10:33:39 flameeyes Exp $
inherit eutils flag-o-matic libtool gnuconfig versionator
@@ -141,7 +141,7 @@ else
fi
DEPEND="virtual/libc
- !nptl? ( !uclibc? ( >=sys-libs/glibc-2.3.2-r3 ) )
+ !nptl? ( elibc_glibc? ( >=sys-libs/glibc-2.3.2-r3 ) )
>=sys-devel/binutils-2.14.90.0.6-r1
>=sys-devel/bison-1.875
>=sys-devel/gcc-config-1.3.1
@@ -150,7 +150,7 @@ DEPEND="virtual/libc
nls? ( sys-devel/gettext ) )"
RDEPEND="virtual/libc
- !nptl? ( !uclibc? ( >=sys-libs/glibc-2.3.2-r3 ) )
+ !nptl? ( elibc_glibc? ( >=sys-libs/glibc-2.3.2-r3 ) )
>=sys-devel/gcc-config-1.3.1
>=sys-libs/zlib-1.1.4
>=sys-apps/texinfo-4.2-r4