diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-20 08:31:19 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-20 08:31:19 -0400 |
commit | af7e58eec1c1cc5d4652f079a4b14d72185e2973 (patch) | |
tree | 9e96e8cfdb429aa2518685d170598c0e57445b40 | |
parent | 87dcd9fc26e0cbf903016f5e411a034265f04946 (diff) | |
download | gentoo-af7e58eec1c1cc5d4652f079a4b14d72185e2973.tar.gz gentoo-af7e58eec1c1cc5d4652f079a4b14d72185e2973.tar.xz |
toolchain.eclass: drop old emul deps
These don't exist anymore, so no point in depending on them.
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 0e8d8996b7e..ce21d9aada8 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -213,10 +213,6 @@ 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" tc_version_is_at_least 4.2 && GCJ_DEPS+=" app-arch/zip app-arch/unzip" |