diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-25 05:51:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-25 05:51:51 +0000 |
commit | de33d94f8c96ff2a572f2374d474fbe1d2076331 (patch) | |
tree | b05b57b458ccf2ea8b6982a1ee1b35c7cec4dab1 /sys-devel | |
parent | update copyright (diff) | |
download | gentoo-2-de33d94f8c96ff2a572f2374d474fbe1d2076331.tar.gz gentoo-2-de33d94f8c96ff2a572f2374d474fbe1d2076331.tar.bz2 gentoo-2-de33d94f8c96ff2a572f2374d474fbe1d2076331.zip |
depend on pango when USE=gtk #121507
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r3.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.0_pre20060223.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild index 9e8c5b13e4a2..b02ff22b63ab 100644 --- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.8 2006/02/17 14:27:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.9 2006/02/25 05:51:51 vapier Exp $ PATCH_VER="1.5" PATCH_GCC_VER="4.0.2" @@ -43,6 +43,7 @@ RDEPEND="!sys-devel/hardened-gcc gtk? ( || ( ( x11-libs/libXt x11-libs/libX11 x11-libs/libXtst x11-proto/xproto x11-proto/xextproto ) virtual/x11 ) >=x11-libs/gtk+-2.2 + x11-libs/pango ) >=media-libs/libart_lgpl-2.1 ) diff --git a/sys-devel/gcc/gcc-4.1.0_pre20060223.ebuild b/sys-devel/gcc/gcc-4.1.0_pre20060223.ebuild index d58d354a7830..18b90effb03e 100644 --- a/sys-devel/gcc/gcc-4.1.0_pre20060223.ebuild +++ b/sys-devel/gcc/gcc-4.1.0_pre20060223.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0_pre20060223.ebuild,v 1.1 2006/02/25 04:54:07 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0_pre20060223.ebuild,v 1.2 2006/02/25 05:51:51 vapier Exp $ ETYPE="gcc-compiler" @@ -25,6 +25,7 @@ RDEPEND="!sys-devel/hardened-gcc gtk? ( || ( ( x11-libs/libXt x11-libs/libX11 x11-libs/libXtst x11-proto/xproto x11-proto/xextproto ) virtual/x11 ) >=x11-libs/gtk+-2.2 + x11-libs/pango ) >=media-libs/libart_lgpl-2.1 ) |