diff options
author | Matt Turner <mattst88@gentoo.org> | 2014-12-08 19:19:55 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2014-12-08 19:19:55 +0000 |
commit | 644a17b8f27a4f5a34412d0c9f17f30176bfb419 (patch) | |
tree | e3b9e61c99597a3d503721e1396b60af9cc668ee /x11-libs/cairo/cairo-9999.ebuild | |
parent | Version bump, remove old (diff) | |
download | historical-644a17b8f27a4f5a34412d0c9f17f30176bfb419.tar.gz historical-644a17b8f27a4f5a34412d0c9f17f30176bfb419.tar.bz2 historical-644a17b8f27a4f5a34412d0c9f17f30176bfb419.zip |
Reenable parallel make, and drop legacy-drivers USE.
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0x974CA72A
Diffstat (limited to 'x11-libs/cairo/cairo-9999.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 21f37dffde27..6dbba5aa26f5 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.50 2014/11/20 09:29:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.51 2014/12/08 19:19:48 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 drm gallium gles2 +glib legacy-drivers opengl openvg qt4 static-libs +svg valgrind xcb xlib-xcb" +IUSE="X aqua debug directfb drm gallium gles2 +glib opengl openvg qt4 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 @@ -87,7 +87,6 @@ MULTILIB_WRAPPED_HEADERS=( src_prepare() { epatch "${FILESDIR}"/${PN}-1.8.8-interix.patch - use legacy-drivers && epatch "${FILESDIR}"/${PN}-1.10.0-buggy_gradients.patch epatch "${FILESDIR}"/${PN}-respect-fontconfig.patch # tests and perf tools require X, bug #483574 @@ -160,11 +159,6 @@ multilib_src_configure() { ${myopts} } -multilib_src_install() { - # parallel make install fails - emake -j1 DESTDIR="${D}" install -} - multilib_src_install_all() { prune_libtool_files --all einstalldocs |