diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-02-25 20:27:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-02-25 20:27:27 +0000 |
commit | 347def2c2a1cff0759bad9bf71c417e36fb95f1d (patch) | |
tree | d63f1cb1ab25c6a895ada2508f5ed6b2323068d2 /eclass | |
parent | Apply upstream patch to fix parallel installation. Bug #450398 (diff) | |
download | historical-347def2c2a1cff0759bad9bf71c417e36fb95f1d.tar.gz historical-347def2c2a1cff0759bad9bf71c417e36fb95f1d.tar.bz2 historical-347def2c2a1cff0759bad9bf71c417e36fb95f1d.zip |
Bump the emul-linux-x86 blocker to match the new release.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 007e9d530924..48639c242413 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.683 2013/02/24 23:30:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.684 2013/02/25 20:27:27 mgorny Exp $ + + 25 Feb 2013; Michał Górny <mgorny@gentoo.org> xorg-2.eclass: + Bump the emul-linux-x86 blocker to match the new release. 24 Feb 2013; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: Allow headers installation, bug #458784 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}" |