aboutsummaryrefslogtreecommitdiff
blob: 259a42d2776c17e2d8544c5bcb7c910659a4215c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit enlightenment-python

DESCRIPTION="Python bindings for ECORE library"
HOMEPAGE="http://www.enlightenment.org/"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
IUSE=""

RDEPEND="
	=x11-libs/ecore-${PVR}
	=dev-libs/eina-${PVR}
	=dev-python/python-evas-${PVR}"

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