mattst88    15/03/01 19:29:20

  Modified:             mesa-10.5.0_rc3.ebuild ChangeLog
  Log:
  Drop r600-llvm-compiler USE flag. Upstream only wants active developers to 
use this.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
974CA72A)

Revision  Changes    Path
1.3                  media-libs/mesa/mesa-10.5.0_rc3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.0_rc3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.0_rc3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.0_rc3.ebuild?r1=1.2&r2=1.3

Index: mesa-10.5.0_rc3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.0_rc3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mesa-10.5.0_rc3.ebuild      28 Feb 2015 22:23:01 -0000      1.2
+++ mesa-10.5.0_rc3.ebuild      1 Mar 2015 19:29:20 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.0_rc3.ebuild,v 
1.2 2015/02/28 22:23:01 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.0_rc3.ebuild,v 
1.3 2015/03/01 19:29:20 mattst88 Exp $
 
 EAPI=5
 
@@ -43,29 +43,22 @@
 
 IUSE="${IUSE_VIDEO_CARDS}
        bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
-       +nptl opencl osmesa pax_kernel openmax pic r600-llvm-compiler selinux
-       +udev vaapi vdpau wayland xvmc xa kernel_FreeBSD"
+       +nptl opencl osmesa pax_kernel openmax pic selinux +udev vaapi vdpau
+       wayland xvmc xa kernel_FreeBSD"
 
 REQUIRED_USE="
        d3d9?   ( dri3 gallium )
        llvm?   ( gallium )
-       opencl? (
-               gallium
-               llvm
-               video_cards_r600? ( r600-llvm-compiler )
-               video_cards_radeon? ( r600-llvm-compiler )
-               video_cards_radeonsi? ( r600-llvm-compiler )
-       )
+       opencl? ( gallium llvm )
        openmax? ( gallium )
        gles1?  ( egl )
        gles2?  ( egl )
-       r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 
video_cards_radeonsi video_cards_radeon ) )
        vaapi? ( gallium )
        vdpau? ( gallium )
        wayland? ( egl gbm )
        xa?  ( gallium )
        video_cards_freedreno?  ( gallium )
-       video_cards_intel?  ( || ( classic ) )
+       video_cards_intel?  ( classic )
        video_cards_i915?   ( || ( classic gallium ) )
        video_cards_i965?   ( classic )
        video_cards_ilo?    ( gallium )
@@ -147,7 +140,6 @@
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
        llvm? (
-               r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
                video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
        )
        opencl? (
@@ -232,7 +224,6 @@
                        $(use_enable d3d9 nine)
                        $(use_enable llvm gallium-llvm)
                        $(use_enable openmax omx)
-                       $(use_enable r600-llvm-compiler)
                        $(use_enable vaapi va)
                        $(use_enable vdpau)
                        $(use_enable xa)



1.621                media-libs/mesa/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.621&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.621&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.620&r2=1.621

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -r1.620 -r1.621
--- ChangeLog   28 Feb 2015 22:23:01 -0000      1.620
+++ ChangeLog   1 Mar 2015 19:29:20 -0000       1.621
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/mesa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.620 
2015/02/28 22:23:01 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.621 
2015/03/01 19:29:20 mattst88 Exp $
+
+  01 Mar 2015; Matt Turner <[email protected]> mesa-10.5.0_rc3.ebuild:
+  Drop r600-llvm-compiler USE flag. Upstream only wants active developers to 
use
+  this.
 
   28 Feb 2015; Matt Turner <[email protected]> mesa-10.0.4.ebuild,
   mesa-10.1.6.ebuild, mesa-10.2.8.ebuild, mesa-10.3.5.ebuild,




Reply via email to