diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 09:33:21 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 09:33:21 +0000 |
commit | bc6948450076cfed45a267fc311d7991526a7b43 (patch) | |
tree | b837b39a5f853712b4cf51049134e0ec1b3dc294 /sys-devel/gcc/gcc-3.1.1-r2.ebuild | |
parent | update Manifest (diff) | |
download | historical-bc6948450076cfed45a267fc311d7991526a7b43.tar.gz historical-bc6948450076cfed45a267fc311d7991526a7b43.tar.bz2 historical-bc6948450076cfed45a267fc311d7991526a7b43.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-devel/gcc/gcc-3.1.1-r2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.1.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.1.1-r2.ebuild b/sys-devel/gcc/gcc-3.1.1-r2.ebuild index 9c639985282b..bac3acef100d 100644 --- a/sys-devel/gcc/gcc-3.1.1-r2.ebuild +++ b/sys-devel/gcc/gcc-3.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.1.1-r2.ebuild,v 1.3 2004/06/24 22:45:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.1.1-r2.ebuild,v 1.4 2004/07/02 09:32:03 eradicator Exp $ # NOTE TO MAINTAINER: Info pages get nuked for multiple version installs. # Ill fix it later if i get a chance. @@ -36,10 +36,10 @@ SLOT="${MY_PV}" KEYWORDS="x86 sparc -ppc" IUSE="static nls bootstrap java build" -DEPEND="virtual/glibc +DEPEND="virtual/libc !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc >=sys-libs/zlib-1.1.4 >=sys-apps/texinfo-4.2-r4 !build? ( >=sys-libs/ncurses-5.2-r2 )" |