summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2007-08-24 05:51:10 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2007-08-24 05:51:10 +0000
commit0da99d28f9c9744ff51c23a3e8fa64ba00e255c0 (patch)
tree2a7754b970c9a7896e1865d05c0e51af2686383d
parentAdd 4.2.0 (first attempt), incorporate recent eclass updates from cvs. (diff)
downloadkevquinn-0da99d28f9c9744ff51c23a3e8fa64ba00e255c0.tar.gz
kevquinn-0da99d28f9c9744ff51c23a3e8fa64ba00e255c0.tar.bz2
kevquinn-0da99d28f9c9744ff51c23a3e8fa64ba00e255c0.zip
Update for gentoo-x86 2007/08/22
svn path=/; revision=204
-rw-r--r--hardened/toolchain/branches/pieworld/sys-devel/gcc/gcc-4.1.2-r1.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/hardened/toolchain/branches/pieworld/sys-devel/gcc/gcc-4.1.2-r1.ebuild b/hardened/toolchain/branches/pieworld/sys-devel/gcc/gcc-4.1.2-r1.ebuild
index 2a6a244..13dad03 100644
--- a/hardened/toolchain/branches/pieworld/sys-devel/gcc/gcc-4.1.2-r1.ebuild
+++ b/hardened/toolchain/branches/pieworld/sys-devel/gcc/gcc-4.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.10 2007/05/19 22:58:33 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.13 2007/07/22 06:35:08 dberkholz Exp $
PATCH_VER="1.0.1"
UCLIBC_VER="1.0"
@@ -41,7 +41,7 @@ inherit toolchain
DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="-* alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc ~sparc-fbsd x86 ~x86-fbsd"
RDEPEND=">=sys-libs/zlib-1.1.4
|| ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler )
@@ -53,7 +53,11 @@ RDEPEND=">=sys-libs/zlib-1.1.4
!build? (
gcj? (
gtk? (
- || ( ( x11-libs/libXt x11-libs/libX11 x11-libs/libXtst x11-proto/xproto x11-proto/xextproto ) virtual/x11 )
+ x11-libs/libXt
+ x11-libs/libX11
+ x11-libs/libXtst
+ x11-proto/xproto
+ x11-proto/xextproto
>=x11-libs/gtk+-2.2
x11-libs/pango
)