diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-12 17:22:19 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-12 17:22:19 +0000 |
commit | c69a17f9fc9e0b525ecf6f51b6d5b7b3ad51efe1 (patch) | |
tree | d1730172d77850fc5d44e6aa1e4e95f5b531eb1a /sys-devel | |
parent | Version bump. Bugfix release on stable branch that fixes cropped icons with g... (diff) | |
download | historical-c69a17f9fc9e0b525ecf6f51b6d5b7b3ad51efe1.tar.gz historical-c69a17f9fc9e0b525ecf6f51b6d5b7b3ad51efe1.tar.bz2 historical-c69a17f9fc9e0b525ecf6f51b6d5b7b3ad51efe1.zip |
make gtk dep !ppc64
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.0-r6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest index 129428a49ee8..8315f09749ff 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -19,7 +19,7 @@ MD5 e3477706aaadd9719a74832cdb137334 gcc-3.3.1-r5.ebuild 17718 MD5 c63c109bd4193d8771138638914565e7 gcc-3.4.1.ebuild 29887 MD5 c2e3682e50306c3e2fad2807fe192e67 gcc-3.0.4-r6.ebuild 8454 MD5 6694b950bd251cda20b4cfbbe30c394d gcc-3.3.3-r6.ebuild 25970 -MD5 dd410a44f1a2719da5ecfb2b8569d069 gcc-3.4.0-r6.ebuild 29844 +MD5 da50b6c3fe74b480dbb11112ce6b5e05 gcc-3.4.0-r6.ebuild 29856 MD5 99bbcf285204380fa9d548f91f947c58 gcc-3.3.2-r4.ebuild 20592 MD5 85a0c8638cea68898c4a50919b13d547 gcc-2.95.3-r8.ebuild 9102 MD5 4001f2bfb30873af446cc09bcb04aff9 gcc-3.3.3-r3.ebuild 24572 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 ) )" |