Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.11.2.ebuild
Date: Wed, 21 Dec 2011 18:06:50
Message-Id: 20111221180639.B1ACB2004B@flycatcher.gentoo.org
1 mattst88 11/12/21 18:06:39
2
3 Modified: ChangeLog mesa-7.11.2.ebuild
4 Log:
5 Fix osmesa USE flag, bug 395527.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.375 media-libs/mesa/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.375&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.375&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.374&r2=1.375
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
19 retrieving revision 1.374
20 retrieving revision 1.375
21 diff -u -r1.374 -r1.375
22 --- ChangeLog 20 Dec 2011 15:41:54 -0000 1.374
23 +++ ChangeLog 21 Dec 2011 18:06:39 -0000 1.375
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/mesa
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.374 2011/12/20 15:41:54 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.375 2011/12/21 18:06:39 mattst88 Exp $
29 +
30 + 21 Dec 2011; Matt Turner <mattst88@g.o> mesa-7.11.2.ebuild:
31 + Fix osmesa USE flag, bug 395527.
32
33 20 Dec 2011; Agostino Sarubbo <ago@g.o> mesa-7.11.2.ebuild:
34 Stable for AMD64, wrt bug #394393
35
36
37
38 1.4 media-libs/mesa/mesa-7.11.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.2.ebuild?r1=1.3&r2=1.4
43
44 Index: mesa-7.11.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- mesa-7.11.2.ebuild 20 Dec 2011 15:41:54 -0000 1.3
51 +++ mesa-7.11.2.ebuild 21 Dec 2011 18:06:39 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.2.ebuild,v 1.3 2011/12/20 15:41:54 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.2.ebuild,v 1.4 2011/12/21 18:06:39 mattst88 Exp $
57
58 EAPI=3
59
60 @@ -222,7 +222,6 @@
61 "
62 fi
63
64 - # --with-driver=dri|xlib|osmesa || do we need osmesa?
65 econf \
66 --disable-option-checking \
67 --with-driver=dri \
68 @@ -234,7 +233,7 @@
69 $(use_enable motif glw) \
70 $(use_enable motif) \
71 $(use_enable nptl glx-tls) \
72 - $(use_enable osmesa) \
73 + $(use_enable osmesa gl-osmesa) \
74 $(use_enable !pic asm) \
75 $(use_enable shared-dricore) \
76 $(use_enable shared-glapi) \