summaryrefslogtreecommitdiff
path: root/x11-libs/cairo/cairo-1.10.2-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--x11-libs/cairo/cairo-1.10.2-r2.ebuild (renamed from x11-libs/cairo/cairo-1.10.2-r1.ebuild)12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/cairo/cairo-1.10.2-r1.ebuild b/x11-libs/cairo/cairo-1.10.2-r2.ebuild
index 570c90a..bc33459 100644
--- a/x11-libs/cairo/cairo-1.10.2-r1.ebuild
+++ b/x11-libs/cairo/cairo-1.10.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r1.ebuild,v 1.13 2011/07/13 09:05:48 mduft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v 1.6 2012/05/05 09:21:15 maekke Exp $
EAPI=3
@@ -15,7 +15,7 @@ HOMEPAGE="http://cairographics.org/"
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="X aqua debug directfb doc drm gallium +glib opengl openvg qt4 static-libs +svg xcb"
# Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it
@@ -30,7 +30,7 @@ RDEPEND="media-libs/fontconfig
glib? ( dev-libs/glib:2 )
opengl? ( virtual/opengl )
openvg? ( media-libs/mesa[gallium] )
- qt4? ( >=x11-libs/qt-gui-4.4:4 )
+ qt4? ( >=x11-libs/qt-gui-4.8:4 )
svg? ( dev-libs/libxml2 )
X? (
>=x11-libs/libXrender-0.6
@@ -47,7 +47,7 @@ RDEPEND="media-libs/fontconfig
x11-libs/xcb-util
)"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
>=sys-devel/libtool-2
doc? (
>=dev-util/gtk-doc-1.6
@@ -65,7 +65,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-1.8.8-interix.patch
epatch "${FILESDIR}"/${PN}-1.10.0-buggy_gradients.patch
epatch "${FILESDIR}"/${P}-interix.patch
- epatch "${FILESDIR}"/${PN}-respect-fontconfig.patch
+ epatch "${FILESDIR}"/${P}-qt-surface.patch
# Slightly messed build system YAY
if [[ ${PV} == *9999* ]]; then