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 /sys-apps/acl | |
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 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/acl-2.2.52-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-apps/acl/acl-2.2.52-r1.ebuild b/sys-apps/acl/acl-2.2.52-r1.ebuild index 3420a6f7fc2d..762f4a985238 100644 --- a/sys-apps/acl/acl-2.2.52-r1.ebuild +++ b/sys-apps/acl/acl-2.2.52-r1.ebuild @@ -14,11 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="nls static-libs" -RDEPEND=">=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-baselibs-20140406-r2 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - )" +RDEPEND=">=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |