summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-02-25 20:27:27 +0000
committerMichał Górny <mgorny@gentoo.org>2013-02-25 20:27:27 +0000
commitc51a4b5c8110f98d0ffacc80c1623e7e21804b94 (patch)
tree259618d51e7b4e967a1c19e60f6b187a75ecc491 /eclass/xorg-2.eclass
parentApply upstream patch to fix parallel installation. Bug #450398 (diff)
downloadgentoo-2-c51a4b5c8110f98d0ffacc80c1623e7e21804b94.tar.gz
gentoo-2-c51a4b5c8110f98d0ffacc80c1623e7e21804b94.tar.bz2
gentoo-2-c51a4b5c8110f98d0ffacc80c1623e7e21804b94.zip
Bump the emul-linux-x86 blocker to match the new release.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r--eclass/xorg-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index f770f5d635f8..d774f2692f54 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.61 2013/02/24 21:05:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.62 2013/02/25 20:27:27 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-20121202 )"
+ RDEPEND+=" abi_x86_32? ( !<=app-emulation/emul-linux-x86-xlibs-20130224 )"
fi
debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: DEPEND=${DEPEND}"