diff options
author | David Seifert <soap@gentoo.org> | 2018-04-20 10:04:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 10:04:34 +0200 |
commit | 83f82c477f328cfbd174ce89c535b825ab103b19 (patch) | |
tree | e83e51cb36d7ff52254c05629c89ba004355e745 /x11-themes | |
parent | sci-mathematics/pari: Remove old version (diff) | |
download | gentoo-83f82c477f328cfbd174ce89c535b825ab103b19.tar.gz gentoo-83f82c477f328cfbd174ce89c535b825ab103b19.tar.bz2 gentoo-83f82c477f328cfbd174ce89c535b825ab103b19.zip |
*/*: Remove emul-linux-x86-* blockers
Closes: https://github.com/gentoo/gentoo/pull/8073
Diffstat (limited to 'x11-themes')
4 files changed, 4 insertions, 21 deletions
diff --git a/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild b/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild index 6a6d19a811a1..f735edb2261c 100644 --- a/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild +++ b/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.98.2-r1.ebuild @@ -20,11 +20,7 @@ RDEPEND=">=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] >=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}] >=x11-libs/cairo-1.12.14-r4[${MULTILIB_USEDEP}] >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] - >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}] - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtklibs-20140508 - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - )" + >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]" PDEPEND="themes? ( x11-themes/murrine-themes )" DEPEND="${RDEPEND} >=dev-util/intltool-0.37.1 diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r200.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r200.ebuild index 9b9b63c58564..637b867fef9e 100644 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r200.ebuild +++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r200.ebuild @@ -15,11 +15,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd IUSE="debug" RDEPEND=">=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] - >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtklibs-20140508 - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - )" + >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig[${MULTILIB_USEDEP}]" diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r300.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r300.ebuild index 1d3b5aaa4762..4002d528b706 100644 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r300.ebuild +++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r300.ebuild @@ -14,14 +14,9 @@ SLOT="3" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug" -COMMON_DEPEND=">=dev-libs/glib-2.24[${MULTILIB_USEDEP}] +RDEPEND=">=dev-libs/glib-2.24[${MULTILIB_USEDEP}] >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]" -RDEPEND="${COMMON_DEPEND} - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtklibs-20140508-r5 - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - )" -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig[${MULTILIB_USEDEP}]" S=${WORKDIR}/${MY_PN}-${PV} diff --git a/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild b/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild index 9527c13d033e..e28c96f539b8 100644 --- a/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild +++ b/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild @@ -19,10 +19,6 @@ IUSE="accessibility lua" RDEPEND=" >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] lua? ( dev-lang/lua:0[${MULTILIB_USEDEP}] ) - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtklibs-20140508 - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - ) " DEPEND="${RDEPEND} >=dev-util/intltool-0.31 |