summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-07-12 17:22:19 +0000
committerTravis Tilley <lv@gentoo.org>2004-07-12 17:22:19 +0000
commit3bee3e8a8c82e1388bed77357b25bd75c8f1535f (patch)
tree6217c3f539d36fb261385113b8aa72288766e2ca /sys-devel/gcc
parentVersion bump. Bugfix release on stable branch that fixes cropped icons with g... (diff)
downloadgentoo-2-3bee3e8a8c82e1388bed77357b25bd75c8f1535f.tar.gz
gentoo-2-3bee3e8a8c82e1388bed77357b25bd75c8f1535f.tar.bz2
gentoo-2-3bee3e8a8c82e1388bed77357b25bd75c8f1535f.zip
make gtk dep !ppc64
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/gcc-3.4.0-r6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.0-r6.ebuild b/sys-devel/gcc/gcc-3.4.0-r6.ebuild
index e0ff331f6776..b090c3d50eb1 100644
--- a/sys-devel/gcc/gcc-3.4.0-r6.ebuild
+++ b/sys-devel/gcc/gcc-3.4.0-r6.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.4.0-r6.ebuild,v 1.17 2004/07/11 20:34:27 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0-r6.ebuild,v 1.18 2004/07/12 17:22:19 lv Exp $
IUSE="static nls bootstrap build multilib gcj gtk2 f77 objc hardened uclibc n32 n64"
@@ -166,7 +166,7 @@ DEPEND="virtual/libc
>=sys-devel/bison-1.875
>=sys-devel/gcc-config-1.3.1
amd64? ( multilib? ( >=app-emulation/emul-linux-x86-baselibs-1.0 ) )
- !build? ( gcj? ( gtk2? ( >=x11-libs/gtk+-2.2 ) ) )
+ !ppc64? ( !build? ( gcj? ( gtk2? ( >=x11-libs/gtk+-2.2 ) ) ) )
!build? ( >=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext ) )"