diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-07-30 18:59:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-07-30 18:59:18 +0000 |
commit | d8a475afd6f3a9d76ac564317d1d344187480c4b (patch) | |
tree | 342a36be64487995226d0d42e202b082dec98aaf /eclass/xorg-2.eclass | |
parent | Support git:// in pkg_postinst generated repos.conf. (diff) | |
download | gentoo-2-d8a475afd6f3a9d76ac564317d1d344187480c4b.tar.gz gentoo-2-d8a475afd6f3a9d76ac564317d1d344187480c4b.tar.bz2 gentoo-2-d8a475afd6f3a9d76ac564317d1d344187480c4b.zip |
Update the emul-linux blocker to support abi_x86_32 flag on emul-linux.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index d774f2692f54..33a608eac8b7 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.62 2013/02/25 20:27:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.63 2013/07/30 18:59:18 mgorny Exp $ # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -307,7 +307,7 @@ RDEPEND+=" ${COMMON_DEPEND}" unset COMMON_DEPEND if [[ ${XORG_MULTILIB} == yes ]]; then - RDEPEND+=" abi_x86_32? ( !<=app-emulation/emul-linux-x86-xlibs-20130224 )" + RDEPEND+=" abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )" fi debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: DEPEND=${DEPEND}" |