commit: 6407bb4f67eadb784b3f156fb5ebb62120190d22 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Apr 20 09:09:44 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Apr 20 09:09:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6407bb4f
xorg-2.eclass: Remove emul-linux-x86-* blockers eclass/xorg-2.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index cf168964887..42067095b55 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -305,10 +305,6 @@ DEPEND+=" ${COMMON_DEPEND}" RDEPEND+=" ${COMMON_DEPEND}" unset COMMON_DEPEND -if [[ ${XORG_MULTILIB} == yes ]]; then - RDEPEND+=" abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )" -fi - debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: DEPEND=${DEPEND}" debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: RDEPEND=${RDEPEND}" debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: PDEPEND=${PDEPEND}"