blob: 0fd4c065091a1633c7a323a872d5dd47c38b1a3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit enlightenment_svn
DESCRIPTION="The Enlightenment esmart library."
HOMEPAGE="http://enlightenment.org"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
E17_EXTRA_CONF="--with-edje-cc=edje_cc"
RDEPEND="=media-libs/imlib2-${PV}
=x11-libs/evas-0.9.9.063
=x11-libs/ecore-0.9.9.063
=media-libs/edje-0.9.93.063"
DEPEND=">=dev-util/pkgconfig-0.9.0
=media-libs/edje-0.9.93.063"
|