diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-05 07:47:46 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-05 07:47:46 +0000 |
commit | 3c26a052bd2af064af481d4a8aec69c51d1c557f (patch) | |
tree | 509de59cfa78287113f2d7cab47bbf9ce8c49ca7 /x11-libs | |
parent | ia64 stable (diff) | |
download | gentoo-2-3c26a052bd2af064af481d4a8aec69c51d1c557f.tar.gz gentoo-2-3c26a052bd2af064af481d4a8aec69c51d1c557f.tar.bz2 gentoo-2-3c26a052bd2af064af481d4a8aec69c51d1c557f.zip |
fixed typo in ebuild. Fixes bug 224955.
(Portage version: 2.1.5.3)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 14a29cea49c3..319c11a252d3 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.182 2008/06/04 19:55:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.183 2008/06/05 07:47:46 loki_val Exp $ + + 05 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> cairo-1.6.4.ebuild: + fixed typo in ebuild. Fixes bug 224955. 04 Jun 2008; Markus Rothe <corsair@gentoo.org> cairo-1.6.4.ebuild: Stable on ppc64; bug #224929 diff --git a/x11-libs/cairo/cairo-1.6.4.ebuild b/x11-libs/cairo/cairo-1.6.4.ebuild index 580ec7e4df06..6dfbdd222b04 100644 --- a/x11-libs/cairo/cairo-1.6.4.ebuild +++ b/x11-libs/cairo/cairo-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.6.4.ebuild,v 1.4 2008/06/04 19:55:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.6.4.ebuild,v 1.5 2008/06/05 07:47:46 loki_val Exp $ inherit eutils flag-o-matic libtool @@ -66,7 +66,7 @@ src_compile() { export glitz_LIBS=-lglitz-glx fi - use_xcb="--disable_xcb" + use_xcb="--disable-xcb" use X && use xcb && use_xcb="--enable-xcb" econf $(use_enable X xlib) $(use_enable doc gtk-doc) \ |