diff options
author | 2012-11-24 21:20:02 +0000 | |
---|---|---|
committer | 2012-11-24 21:20:02 +0000 | |
commit | 91f58f5e3a589176cb78c3c07c828aeae77b36a7 (patch) | |
tree | a98cc00a30b19a9d42213c300c0d4e36f18807bb /eclass/toolchain.eclass | |
parent | Put virtual/udev masked next to existing sys-fs/udev entry. (diff) | |
download | historical-91f58f5e3a589176cb78c3c07c828aeae77b36a7.tar.gz historical-91f58f5e3a589176cb78c3c07c828aeae77b36a7.tar.bz2 historical-91f58f5e3a589176cb78c3c07c828aeae77b36a7.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.eclass | 6 |
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" |