Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog xorg-2.eclass
Date: Mon, 25 Feb 2013 20:27:31
Message-Id: 20130225202727.A3C8D2171D@flycatcher.gentoo.org
1 mgorny 13/02/25 20:27:27
2
3 Modified: ChangeLog xorg-2.eclass
4 Log:
5 Bump the emul-linux-x86 blocker to match the new release.
6
7 Revision Changes Path
8 1.684 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.684&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.684&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.683&r2=1.684
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.683
18 retrieving revision 1.684
19 diff -u -r1.683 -r1.684
20 --- ChangeLog 24 Feb 2013 23:30:02 -0000 1.683
21 +++ ChangeLog 25 Feb 2013 20:27:27 -0000 1.684
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.683 2013/02/24 23:30:02 pacho Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.684 2013/02/25 20:27:27 mgorny Exp $
27 +
28 + 25 Feb 2013; Michał Górny <mgorny@g.o> xorg-2.eclass:
29 + Bump the emul-linux-x86 blocker to match the new release.
30
31 24 Feb 2013; Pacho Ramos <pacho@g.o> emul-linux-x86.eclass:
32 Allow headers installation, bug #458784
33
34
35
36 1.62 eclass/xorg-2.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?rev=1.62&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?rev=1.62&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?r1=1.61&r2=1.62
41
42 Index: xorg-2.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v
45 retrieving revision 1.61
46 retrieving revision 1.62
47 diff -u -r1.61 -r1.62
48 --- xorg-2.eclass 24 Feb 2013 21:05:08 -0000 1.61
49 +++ xorg-2.eclass 25 Feb 2013 20:27:27 -0000 1.62
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.61 2013/02/24 21:05:08 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.62 2013/02/25 20:27:27 mgorny Exp $
55
56 # @ECLASS: xorg-2.eclass
57 # @MAINTAINER:
58 @@ -307,7 +307,7 @@
59 unset COMMON_DEPEND
60
61 if [[ ${XORG_MULTILIB} == yes ]]; then
62 - RDEPEND+=" abi_x86_32? ( !<=app-emulation/emul-linux-x86-xlibs-20121202 )"
63 + RDEPEND+=" abi_x86_32? ( !<=app-emulation/emul-linux-x86-xlibs-20130224 )"
64 fi
65
66 debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: DEPEND=${DEPEND}"