aboutsummaryrefslogtreecommitdiff
blob: 9be399e8eac1a27d9d2a129b485540236211ccaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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 EDJE library"
HOMEPAGE="http://www.enlightenment.org/"

KEYWORDS="~arm ~amd64 ~x86"
IUSE=""

RDEPEND="=media-libs/edje-0.9.92.061
	=dev-python/python-evas-${PV}"

DEPEND=">=dev-util/pkgconfig-0.9.0
	>=dev-lang/python-2.3"

E17_PATCHES="0001-fix-unicode-conversion.patch"

src_prepare() {
	epatch "${FILESDIR}/${PN}-cross-setup.patch"
}