diff options
Diffstat (limited to 'x11-libs/cairo/cairo-1.2.6.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-1.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/cairo-1.2.6.ebuild b/x11-libs/cairo/cairo-1.2.6.ebuild index 7c20ccb2d05b..b89a2ec79465 100644 --- a/x11-libs/cairo/cairo-1.2.6.ebuild +++ b/x11-libs/cairo/cairo-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.6 2007/01/05 05:06:28 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.7 2007/01/08 01:29:36 cardoe Exp $ inherit eutils flag-o-matic @@ -42,7 +42,7 @@ src_compile() { append-flags -finline-limit=1200 econf $(use_enable X xlib) $(use_enable doc gtk-doc) $(use_enable directfb) \ - $(use_enable svg) $(use_enable glitz) $(use_enable debug gcov) \ + $(use_enable svg) $(use_enable glitz) \ $(use_enable debug test-surfaces) --enable-pdf --enable-png \ --enable-freetype --enable-ps \ || die "configure failed" |