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:07:42
Message-Id: 20140927230739.50CCC672B@oystercatcher.gentoo.org
1 mattst88 14/09/27 23:07:39
2
3 Modified: mesa-10.3.0.ebuild ChangeLog
4 Log:
5 Depend on llvm/clang-3.4.2, bug 523740.
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.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?r1=1.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mesa-10.3.0.ebuild 27 Sep 2014 23:05:43 -0000 1.3
23 +++ mesa-10.3.0.ebuild 27 Sep 2014 23:07:39 -0000 1.4
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.3 2014/09/27 23:05:43 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.4 2014/09/27 23:07:39 mattst88 Exp $
29
30 EAPI=5
31
32 @@ -150,8 +150,8 @@
33 video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
34 )
35 opencl? (
36 - >=sys-devel/llvm-3.3-r3:=[${MULTILIB_USEDEP}]
37 - >=sys-devel/clang-3.3:=[${MULTILIB_USEDEP}]
38 + >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
39 + >=sys-devel/clang-3.4.2:=[${MULTILIB_USEDEP}]
40 >=sys-devel/gcc-4.6
41 )
42 sys-devel/bison
43
44
45
46 1.578 media-libs/mesa/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.578&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.578&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.577&r2=1.578
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
55 retrieving revision 1.577
56 retrieving revision 1.578
57 diff -u -r1.577 -r1.578
58 --- ChangeLog 27 Sep 2014 23:05:43 -0000 1.577
59 +++ ChangeLog 27 Sep 2014 23:07:39 -0000 1.578
60 @@ -1,6 +1,9 @@
61 # ChangeLog for media-libs/mesa
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.577 2014/09/27 23:05:43 mattst88 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.578 2014/09/27 23:07:39 mattst88 Exp $
65 +
66 + 27 Sep 2014; Matt Turner <mattst88@g.o> mesa-10.3.0.ebuild:
67 + Depend on llvm/clang-3.4.2, bug 523740.
68
69 27 Sep 2014; Matt Turner <mattst88@g.o> mesa-10.3.0.ebuild:
70 Require llvm for opencl, bug 520922.