# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 E_SNAP_DATE="2009-07-29" inherit enlightenment DESCRIPTION="enlightenment interface to dbus" IUSE="+hal" RDEPEND="=dev-libs/eina-0.0.2.062 >=sys-apps/dbus-1.2.1 =x11-libs/ecore-0.9.9.062" DEPEND=">=dev-util/pkgconfig-0.9.0" MY_ECONF="--enable-enm \ --enable-build-test-gui \ --enable-enotify \ $(use_enable hal ehal)"