diff options
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.2.4-r5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.2.4-r5.ebuild b/sys-libs/glibc/glibc-2.2.4-r5.ebuild index 729a16df4250..29924ebc3210 100644 --- a/sys-libs/glibc/glibc-2.2.4-r5.ebuild +++ b/sys-libs/glibc/glibc-2.2.4-r5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.4-r5.ebuild,v 1.1 2001/12/21 06:12:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.4-r5.ebuild,v 1.2 2001/12/21 06:13:34 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU libc6 (also called glibc2) C library" @@ -11,8 +11,9 @@ SRC_URI="ftp://sources.redhat.com/pub/glibc/releases/glibc-${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.7.8 needed for smart library merging feature (avoids segfaults on glibc upgrade) LHV=2.4.16 -DEPEND="~sys-kernel/linux-headers-${LHV} nls? ( sys-devel/gettext ) gd? ( media-libs/libgd )" +DEPEND=">=sys-apps/portage-1.7.8 ~sys-kernel/linux-headers-${LHV} nls? ( sys-devel/gettext ) gd? ( media-libs/libgd )" RDEPEND="~sys-kernel/linux-headers-${LHV}" if [ -z "`use build`" ] |