diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-21 06:13:34 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-21 06:13:34 +0000 |
commit | 4443cb3dddad2fe3a662c06757ffb93614d8f5fc (patch) | |
tree | ddb01871a17ba7247d0203491933bb3b3ea50b0f /sys-libs/glibc | |
parent | glibc now has POSIX threads man pages, no longer installs the bogus (diff) | |
download | gentoo-2-4443cb3dddad2fe3a662c06757ffb93614d8f5fc.tar.gz gentoo-2-4443cb3dddad2fe3a662c06757ffb93614d8f5fc.tar.bz2 gentoo-2-4443cb3dddad2fe3a662c06757ffb93614d8f5fc.zip |
depends on the new portage (it allows for 100% glibc upgrades on a production
system, ie. running X, etc.)
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`" ] |