toolchain.eclass: drop old emul deps
authorMike Frysinger <vapier@gentoo.org>
Thu, 20 Aug 2015 12:31:19 +0000 (08:31 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 20 Aug 2015 12:31:19 +0000 (08:31 -0400)
These don't exist anymore, so no point in depending on them.

eclass/toolchain.eclass

index 0e8d8996b7e60846a126144014b13168dafdf7fb..ce21d9aada8e340bab64386945dda77ac199f930 100644 (file)
@@ -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"