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 /gnome-base | |
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 'gnome-base')
-rw-r--r-- | gnome-base/gconf/gconf-3.2.6-r4.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-2.6.4-r2.ebuild | 5 |
3 files changed, 0 insertions, 14 deletions
diff --git a/gnome-base/gconf/gconf-3.2.6-r4.ebuild b/gnome-base/gconf/gconf-3.2.6-r4.ebuild index 54df43366cf0..0676bfbde501 100644 --- a/gnome-base/gconf/gconf-3.2.6-r4.ebuild +++ b/gnome-base/gconf/gconf-3.2.6-r4.ebuild @@ -34,11 +34,6 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.35 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] " -RDEPEND="${RDEPEND} - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtklibs-20140508-r1 - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild index b46ee33df2a1..5944120e1d8a 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild @@ -38,10 +38,6 @@ RDEPEND=" libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) !gnome-extra/gnome-vfs-sftp ) ) zeroconf? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] ) - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtklibs-20140508-r1 - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - ) " DEPEND="${RDEPEND} sys-devel/gettext diff --git a/gnome-base/libglade/libglade-2.6.4-r2.ebuild b/gnome-base/libglade/libglade-2.6.4-r2.ebuild index 501e0d7be4c9..c84622335aa7 100644 --- a/gnome-base/libglade/libglade-2.6.4-r2.ebuild +++ b/gnome-base/libglade/libglade-2.6.4-r2.ebuild @@ -28,11 +28,6 @@ RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] tools? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" -RDEPEND="${RDEPEND} - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtklibs-20140508-r2 - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - )" pkg_setup() { use tools && python-single-r1_pkg_setup |