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

EAPI=2
E_SNAP_DATE="2010-11-12"

inherit enlightenment

DESCRIPTION="Enlightenment's integration to IO"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/EIO"
LICENSE="BSD"

KEYWORDS="~amd64 ~x86"
IUSE="static-libs +threads"

RDEPEND=">=dev-libs/ecore-1.0.0_beta2"
DEPEND="${RDEPEND}"

src_configure() {
	MY_ECONF="$(use_enable threads posix-threads)"
	enlightenment_src_configure
}