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: mesa-10.3.0.ebuild ChangeLog
Date: Sat, 27 Sep 2014 23:05:48
Message-Id: 20140927230543.39AC7672B@oystercatcher.gentoo.org
1 mattst88 14/09/27 23:05:43
2
3 Modified: mesa-10.3.0.ebuild ChangeLog
4 Log:
5 Require llvm for opencl, bug 520922.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
8
9 Revision Changes Path
10 1.3 media-libs/mesa/mesa-10.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?r1=1.2&r2=1.3
15
16 Index: mesa-10.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mesa-10.3.0.ebuild 22 Sep 2014 21:02:19 -0000 1.2
23 +++ mesa-10.3.0.ebuild 27 Sep 2014 23:05:43 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.2 2014/09/22 21:02:19 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.3 2014/09/27 23:05:43 mattst88 Exp $
29
30 EAPI=5
31
32 @@ -58,6 +58,7 @@
33 openvg? ( egl gallium )
34 opencl? (
35 gallium
36 + llvm
37 video_cards_r600? ( r600-llvm-compiler )
38 video_cards_radeon? ( r600-llvm-compiler )
39 video_cards_radeonsi? ( r600-llvm-compiler )
40
41
42
43 1.577 media-libs/mesa/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.577&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.577&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.576&r2=1.577
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
52 retrieving revision 1.576
53 retrieving revision 1.577
54 diff -u -r1.576 -r1.577
55 --- ChangeLog 22 Sep 2014 21:02:19 -0000 1.576
56 +++ ChangeLog 27 Sep 2014 23:05:43 -0000 1.577
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-libs/mesa
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.576 2014/09/22 21:02:19 mattst88 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.577 2014/09/27 23:05:43 mattst88 Exp $
62 +
63 + 27 Sep 2014; Matt Turner <mattst88@g.o> mesa-10.3.0.ebuild:
64 + Require llvm for opencl, bug 520922.
65
66 22 Sep 2014; Matt Turner <mattst88@g.o> mesa-10.3.0.ebuild:
67 Fix SRC_URI.