mattst88    15/02/23 05:44:06

  Modified:             cairo-9999.ebuild ChangeLog
  Log:
  Drop the qt4 USE flag, like the previous commit.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
974CA72A)

Revision  Changes    Path
1.58                 x11-libs/cairo/cairo-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?r1=1.57&r2=1.58

Index: cairo-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- cairo-9999.ebuild   22 Feb 2015 19:02:54 -0000      1.57
+++ cairo-9999.ebuild   23 Feb 2015 05:44:06 -0000      1.58
@@ -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/x11-libs/cairo/cairo-9999.ebuild,v 1.57 
2015/02/22 19:02:54 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.58 
2015/02/23 05:44:06 mattst88 Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 HOMEPAGE="http://cairographics.org/";
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-IUSE="X aqua debug directfb gles2 +glib opengl qt4 static-libs +svg valgrind 
xcb xlib-xcb"
+IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg valgrind xcb 
xlib-xcb"
 # gtk-doc regeneration doesn't seem to work with out-of-source builds
 #[[ ${PV} == *9999* ]] && IUSE="${IUSE} doc" # API docs are provided in 
tarball, no need to regenerate
 
@@ -36,7 +36,6 @@
        gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
        glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
        opengl? ( || ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] 
media-libs/opengl-apple ) )
-       qt4? ( >=dev-qt/qtgui-4.8:4[${MULTILIB_USEDEP}] )
        X? (
                >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
                >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
@@ -125,7 +124,6 @@
                $(use_enable gles2 glesv2) \
                $(use_enable glib gobject) \
                $(use_enable opengl gl) \
-               $(use_enable qt4 qt) \
                $(use_enable static-libs static) \
                $(use_enable svg) \
                $(use_enable valgrind) \
@@ -138,6 +136,7 @@
                --enable-ps \
                --disable-drm \
                --disable-gallium \
+               --disable-qt4 \
                --disable-vg \
                ${myopts}
 }



1.402                x11-libs/cairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.402&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.402&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.401&r2=1.402

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -r1.401 -r1.402
--- ChangeLog   22 Feb 2015 19:02:54 -0000      1.401
+++ ChangeLog   23 Feb 2015 05:44:06 -0000      1.402
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.401 2015/02/22 
19:02:54 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.402 2015/02/23 
05:44:06 mattst88 Exp $
+
+  23 Feb 2015; Matt Turner <[email protected]> cairo-9999.ebuild:
+  Drop the qt4 USE flag, like the previous commit.
 
   22 Feb 2015; Matt Turner <[email protected]> cairo-9999.ebuild:
   Drop openvg, drm, and gallium USE flags, bug 504230.




Reply via email to