summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-24 21:20:02 +0000
committerMike Frysinger <vapier@gentoo.org>2012-11-24 21:20:02 +0000
commit9867d071558193570e887d3305f5fb47fa51d189 (patch)
tree543a29241724780963902c12865486decc97e761 /eclass/toolchain.eclass
parentPut virtual/udev masked next to existing sys-fs/udev entry. (diff)
downloadgentoo-2-9867d071558193570e887d3305f5fb47fa51d189.tar.gz
gentoo-2-9867d071558193570e887d3305f5fb47fa51d189.tar.bz2
gentoo-2-9867d071558193570e887d3305f5fb47fa51d189.zip
depend on gtk/x emul packages when USE="amd64 multilib gcj gtk" #444350 by David Kredba
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 56dd34d474c5..b0dcc9688d8e 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.557 2012/11/22 06:16:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.558 2012/11/24 21:20:02 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -173,6 +173,10 @@ if in_iuse gcj ; then
x11-proto/xextproto
=x11-libs/gtk+-2*
virtual/pkgconfig
+ amd64? ( multilib? (
+ app-emulation/emul-linux-x86-gtklibs
+ app-emulation/emul-linux-x86-xlibs
+ ) )
"
tc_version_is_at_least 3.4 && GCJ_GTK_DEPS+=" x11-libs/pango"
GCJ_DEPS=">=media-libs/libart_lgpl-2.1"