diff options
author | 2004-08-03 03:46:11 +0000 | |
---|---|---|
committer | 2004-08-03 03:46:11 +0000 | |
commit | a416a97c4808920ef1160274b82341d2d9727ae7 (patch) | |
tree | 1269cedf50f983c74adb1ae765899654281c35f1 /sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild | |
parent | gcc 3.4, it's good for ya, but the 2004.2 profile is even better (diff) | |
download | historical-a416a97c4808920ef1160274b82341d2d9727ae7.tar.gz historical-a416a97c4808920ef1160274b82341d2d9727ae7.tar.bz2 historical-a416a97c4808920ef1160274b82341d2d9727ae7.zip |
fix gcc dep to include the _pre snaps used on ppc
Diffstat (limited to 'sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild index d44ee12f83b0..de75169c7ebe 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.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-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.16 2004/08/01 16:43:16 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.17 2004/08/03 03:46:11 lv Exp $ IUSE="nls" @@ -109,7 +109,7 @@ DEPEND="virtual/libc >=sys-devel/binutils-2.14.90.0.6-r1 >=sys-devel/bison-1.875 >=sys-devel/gcc-config-1.3.1 - >=sys-devel/gcc-3.3.3 + >=sys-devel/gcc-3.3.3_pre20040130 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" |