diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-02-23 05:44:06 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-02-23 05:44:06 +0000 |
commit | 79d7c222bb6bad2218d6bf91737c93ad3e22604e (patch) | |
tree | ca194465354978d0da9ddec5b02c9542b0e2d207 /x11-libs/cairo | |
parent | fixing manifests and src_uri (diff) | |
download | gentoo-2-79d7c222bb6bad2218d6bf91737c93ad3e22604e.tar.gz gentoo-2-79d7c222bb6bad2218d6bf91737c93ad3e22604e.tar.bz2 gentoo-2-79d7c222bb6bad2218d6bf91737c93ad3e22604e.zip |
Drop the qt4 USE flag, like the previous commit.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 077667dbb5e1..3e6c21d7e162 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -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 <mattst88@gentoo.org> cairo-9999.ebuild: + Drop the qt4 USE flag, like the previous commit. 22 Feb 2015; Matt Turner <mattst88@gentoo.org> cairo-9999.ebuild: Drop openvg, drm, and gallium USE flags, bug 504230. diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 21ea85652cad..d26c7086f9d0 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -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 @@ DESCRIPTION="A vector graphics library with cross-device output support" 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 @@ RDEPEND=">=dev-libs/lzo-2.06-r1[${MULTILIB_USEDEP}] 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 @@ multilib_src_configure() { $(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 @@ multilib_src_configure() { --enable-ps \ --disable-drm \ --disable-gallium \ + --disable-qt4 \ --disable-vg \ ${myopts} } |