diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-08 20:01:52 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-08 20:01:52 +0000 |
commit | 0d7d20f5f1e68666410259d820a2f37696fefcd3 (patch) | |
tree | e0ef379a78b45e025fe65d8afdcd738f2baa3d55 /x11-libs/cairo | |
parent | Sync with x11 overlay. Move live ebuild here from overlay. (diff) | |
download | gentoo-2-0d7d20f5f1e68666410259d820a2f37696fefcd3.tar.gz gentoo-2-0d7d20f5f1e68666410259d820a2f37696fefcd3.tar.bz2 gentoo-2-0d7d20f5f1e68666410259d820a2f37696fefcd3.zip |
Fix useflag copy-pasto i missed.
(Portage version: 2.2_rc75/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.10.0.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 14f4dd1db422..58168c01f174 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.254 2010/09/08 19:58:39 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.255 2010/09/08 20:01:52 scarabeus Exp $ + + 08 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> cairo-1.10.0.ebuild, + cairo-9999.ebuild: + Fix useflag copy-pasto i missed. *cairo-9999 (08 Sep 2010) diff --git a/x11-libs/cairo/cairo-1.10.0.ebuild b/x11-libs/cairo/cairo-1.10.0.ebuild index bbdad9e599dd..bab76ed1dd6a 100644 --- a/x11-libs/cairo/cairo-1.10.0.ebuild +++ b/x11-libs/cairo/cairo-1.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.0.ebuild,v 1.2 2010/09/08 19:58:39 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.0.ebuild,v 1.3 2010/09/08 20:01:52 scarabeus Exp $ EAPI=3 @@ -93,7 +93,7 @@ src_configure() { if use X; then myopts+=" $(use_enable drm) - $(use_enable xcb xcb-shm) + $(use_enable xcb xlib-xcb) " if use drm; then diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 0416b63740bd..02fd07b007ea 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.1 2010/09/08 19:58:39 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.2 2010/09/08 20:01:52 scarabeus Exp $ EAPI=3 @@ -93,7 +93,7 @@ src_configure() { if use X; then myopts+=" $(use_enable drm) - $(use_enable xcb xcb-shm) + $(use_enable xcb xlib-xcb) " if use drm; then |