# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ E_SNAP_DATE="2009-07-29" inherit enlightenment DESCRIPTION="Enlightenment eina library" HOMEPAGE="http://www.enlightenment.org/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="mmx sse sse2 altivec threads" RDEPEND="" DEPEND=">=dev-util/pkgconfig-0.9.0" MY_ECONF="$(use_enable mmx cpu-mmx) \ $(use_enable sse cpu-sse) \ $(use_enable sse2 cpu-sse2) \ $(use_enable altivec cpu-altivec) \ $(use_enable threads pthread)"