# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit enlightenment_svn-python DESCRIPTION="Python bindings for EVAS library" HOMEPAGE="http://www.enlightenment.org/" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="=x11-libs/evas-0.9.9.062[eet] =dev-libs/eina-0.0.2.062" DEPEND=">=dev-util/pkgconfig-0.9.0 >=dev-lang/python-2.3 >=dev-python/cython-0.9.6.12 dev-python/pyrex dev-python/setuptools" src_prepare() { epatch "${FILESDIR}/${PN}-cross-setup.patch" }