summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-20 23:05:08 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-20 23:05:08 +0000
commitcb36de13ccf76da9bc518c2d32458ee1a60117aa (patch)
treebc6e1100397ab00066210b762c6d231d67c53c08 /x11-libs/evas
parentno more hack (diff)
downloadgentoo-2-cb36de13ccf76da9bc518c2d32458ee1a60117aa.tar.gz
gentoo-2-cb36de13ccf76da9bc518c2d32458ee1a60117aa.tar.bz2
gentoo-2-cb36de13ccf76da9bc518c2d32458ee1a60117aa.zip
remove cairo for now #93337
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-libs/evas')
-rw-r--r--x11-libs/evas/evas-0.9.9.007.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/evas/evas-0.9.9.007.ebuild b/x11-libs/evas/evas-0.9.9.007.ebuild
index a3037f238bfc..d3ffc3fe312e 100644
--- a/x11-libs/evas/evas-0.9.9.007.ebuild
+++ b/x11-libs/evas/evas-0.9.9.007.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/evas/evas-0.9.9.007.ebuild,v 1.1 2005/05/20 03:20:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/evas/evas-0.9.9.007.ebuild,v 1.2 2005/05/20 23:05:08 vapier Exp $
-EHACKAUTOGEN="yes"
inherit enlightenment flag-o-matic
DESCRIPTION="hardware-accelerated canvas API"
@@ -29,13 +28,14 @@ src_compile() {
# --enable-scale-sample enable sampling scaler code
# --enable-scale-smooth enable sampling scaler code
# --enable-scale-trilinear enable tri-linear scaler code
+ [[ ${PV} != "0.9.9.007" ]] && die "add back in cairo check"
+# $(use_enable cairo cairo-x11)
export MY_ECONF="
$(use_enable mmx cpu-mmx) \
$(use_enable sse cpu-mmx) \
$(use_enable sse cpu-sse) \
$(use_enable X software-x11) \
$(use_enable opengl gl-x11) \
- $(use_enable cairo cairo-x11) \
$(use_enable directfb) \
$(use_enable fbcon fb) \
--enable-image-loader-eet \