diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-01-08 01:29:36 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-01-08 01:29:36 +0000 |
commit | d2273d5250edfe8505879fad3effe9fc4b252660 (patch) | |
tree | adedc698271d6fc2af552b016ae102cbcdd30d91 /x11-libs | |
parent | Add Alpha patch and stable on Alpha, bug 158571. (diff) | |
download | gentoo-2-d2273d5250edfe8505879fad3effe9fc4b252660.tar.gz gentoo-2-d2273d5250edfe8505879fad3effe9fc4b252660.tar.bz2 gentoo-2-d2273d5250edfe8505879fad3effe9fc4b252660.zip |
Removing debug for gcov since lcov is not in the tree
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.2.6.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.3.10.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 94a69731dd2a..4e25cddaf292 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.97 2007/01/05 05:06:28 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.98 2007/01/08 01:29:36 cardoe Exp $ + + 07 Jan 2007; Doug Goldstein <cardoe@gentoo.org> cairo-1.2.6.ebuild, + cairo-1.3.10.ebuild: + Removing debug for gcov since lcov is not in the tree 05 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org> ChangeLog: Fixing debug paths 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" diff --git a/x11-libs/cairo/cairo-1.3.10.ebuild b/x11-libs/cairo/cairo-1.3.10.ebuild index 1cb07c06dd5b..233ca33e7dc9 100644 --- a/x11-libs/cairo/cairo-1.3.10.ebuild +++ b/x11-libs/cairo/cairo-1.3.10.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.3.10.ebuild,v 1.5 2007/01/05 05:06:28 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.3.10.ebuild,v 1.6 2007/01/08 01:29:36 cardoe Exp $ inherit eutils flag-o-matic libtool @@ -53,7 +53,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 $(use_enable xcb) \ || die "configure failed" |