diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-11-24 21:22:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-11-24 21:22:30 +0000 |
commit | f0ebeff6bf4fcaf37f067bda457a5cc4f85952e8 (patch) | |
tree | e3a279a70e42c0a1c04055ea08109a7e5f799251 /sys-devel/gcc/gcc-4.4.3-r3.ebuild | |
parent | depend on gtk/x emul packages when USE="amd64 multilib gcj gtk" #444350 by Da... (diff) | |
download | gentoo-2-f0ebeff6bf4fcaf37f067bda457a5cc4f85952e8.tar.gz gentoo-2-f0ebeff6bf4fcaf37f067bda457a5cc4f85952e8.tar.bz2 gentoo-2-f0ebeff6bf4fcaf37f067bda457a5cc4f85952e8.zip |
Move xlibs gcj dep to the eclass.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel/gcc/gcc-4.4.3-r3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.4.3-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.4.3-r3.ebuild b/sys-devel/gcc/gcc-4.4.3-r3.ebuild index 192394e9d646..a3b66123aae6 100644 --- a/sys-devel/gcc/gcc-4.4.3-r3.ebuild +++ b/sys-devel/gcc/gcc-4.4.3-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r3.ebuild,v 1.12 2011/11/09 19:22:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r3.ebuild,v 1.13 2012/11/24 21:22:29 vapier Exp $ PATCH_VER="1.4" UCLIBC_VER="1.0" @@ -26,7 +26,6 @@ KEYWORDS="~alpha ~amd64 arm -hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~ RDEPEND="" DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 ) - amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) ppc? ( >=${CATEGORY}/binutils-2.17 ) ppc64? ( >=${CATEGORY}/binutils-2.17 ) >=${CATEGORY}/binutils-2.15.94" |