diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-03-18 20:18:32 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-03-18 20:18:32 +0000 |
commit | 1f83410981c21ec7b8ddb725ac2e0ba6b19c8681 (patch) | |
tree | 479154ab765df4613934e1c3e130b47484ecb12a /sys-libs/glibc | |
parent | made portage dep conditional on "build" (diff) | |
download | gentoo-2-1f83410981c21ec7b8ddb725ac2e0ba6b19c8681.tar.gz gentoo-2-1f83410981c21ec7b8ddb725ac2e0ba6b19c8681.tar.bz2 gentoo-2-1f83410981c21ec7b8ddb725ac2e0ba6b19c8681.zip |
various build updates
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.2.5-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-libs/glibc/glibc-2.2.5-r2.ebuild b/sys-libs/glibc/glibc-2.2.5-r2.ebuild index cacdf137cde7..4e9946d03334 100644 --- a/sys-libs/glibc/glibc-2.2.5-r2.ebuild +++ b/sys-libs/glibc/glibc-2.2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r2.ebuild,v 1.5 2002/03/18 18:50:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r2.ebuild,v 1.6 2002/03/18 20:18:32 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU libc6 (also called glibc2) C library" @@ -8,11 +8,10 @@ SRC_URI="ftp://sources.redhat.com/pub/glibc/releases/glibc-${PV}.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-linuxthreads-${PV}.tar.bz2" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -#Specific Linux headers are now required so that we build from a stable "base" #portage-1.8.9 needed for smart library merging feature (avoids segfaults on glibc upgrade) -LHV=2.4.17 -DEPEND="~sys-kernel/linux-headers-${LHV} nls? ( sys-devel/gettext ) gd? ( media-libs/libgd )" -RDEPEND="~sys-kernel/linux-headers-${LHV}" +#drobbins, 18 Mar 2002: we now rely on the system profile to select the correct linus-headers +DEPEND="sys-kernel/linux-headers nls? ( sys-devel/gettext ) gd? ( media-libs/libgd )" +RDEPEND="sys-kernel/linux-headers" if [ -z "`use build`" ] then |