diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-03 03:46:11 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-03 03:46:11 +0000 |
commit | 115cc79693595897e5e1798a336c8602686091a5 (patch) | |
tree | 515cd56cb24b38e0604e824882d422e917a50e5b /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 | gentoo-2-115cc79693595897e5e1798a336c8602686091a5.tar.gz gentoo-2-115cc79693595897e5e1798a336c8602686091a5.tar.bz2 gentoo-2-115cc79693595897e5e1798a336c8602686091a5.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 ) )" |