diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-03-18 18:48:57 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-03-18 18:48:57 +0000 |
commit | 10196a6ca488bac4532db2e4f0525b1d0a50dfed (patch) | |
tree | ebbdd2718a49ad27fe27a9b68c3a0d3af322b44c /sys-libs | |
parent | symlink creation fix (diff) | |
download | historical-10196a6ca488bac4532db2e4f0525b1d0a50dfed.tar.gz historical-10196a6ca488bac4532db2e4f0525b1d0a50dfed.tar.bz2 historical-10196a6ca488bac4532db2e4f0525b1d0a50dfed.zip |
dep fix: portage-1.8.9 -> portage-1.8.9_pre1
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.2.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.2.5-r2.ebuild b/sys-libs/glibc/glibc-2.2.5-r2.ebuild index a8199823e2b2..9a45b21abcbf 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.3 2002/03/18 16:46:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r2.ebuild,v 1.4 2002/03/18 18:48:57 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU libc6 (also called glibc2) C library" @@ -11,7 +11,7 @@ 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-apps/portage-1.8.9 ~sys-kernel/linux-headers-${LHV} nls? ( sys-devel/gettext ) gd? ( media-libs/libgd )" +DEPEND=">=sys-apps/portage-1.8.9_pre1 ~sys-kernel/linux-headers-${LHV} nls? ( sys-devel/gettext ) gd? ( media-libs/libgd )" RDEPEND="~sys-kernel/linux-headers-${LHV}" if [ -z "`use build`" ] |