blob: c156164eddd61dbd21dcb5039465ad286dd40e24 (
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: $
DESCRIPTION="Meta package for all EFL libraries"
HOMEPAGE="http://enlightenment.org"
SLOT=0
LICENSE="BSD"
KEYWORDS="~arm ~amd64 ~x86"
IUSE=""
RDEPEND="
=dev-libs/eet-1.2.1
=x11-libs/evas-0.9.9.061
=x11-libs/ecore-0.9.9.061
=dev-libs/embryo-0.9.9.061
=media-libs/edje-0.9.92.061
=media-libs/emotion-${PV}
=media-libs/esmart-${PV}
=media-libs/epsilon-${PV}
=x11-libs/e_dbus-0.5.0.061
=dev-libs/efreet-0.5.0.061
=x11-libs/elementary-0.5.0.0
>=x11-wm/enlightenment-0.16.999.061"
|