diff options
author | 2011-01-10 18:49:39 +0000 | |
---|---|---|
committer | 2011-01-10 18:49:39 +0000 | |
commit | 4f90fc1a6e498ba026445f75f3f0c412d34d1850 (patch) | |
tree | 12c7b34d894c49be20467205f2482e1fa9377dae /dev-libs | |
parent | Make hal and udev optional, but reqire one of them as the configure script does (diff) | |
download | enlightenment-4f90fc1a6e498ba026445f75f3f0c412d34d1850.tar.gz enlightenment-4f90fc1a6e498ba026445f75f3f0c412d34d1850.tar.bz2 enlightenment-4f90fc1a6e498ba026445f75f3f0c412d34d1850.zip |
No need to default enable hal
(Portage version: 2.2.0_alpha14-r1/svn/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/e_dbus/ChangeLog | 3 | ||||
-rw-r--r-- | dev-libs/e_dbus/e_dbus-9999.ebuild | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/e_dbus/ChangeLog b/dev-libs/e_dbus/ChangeLog index 046759c..d0c7401 100644 --- a/dev-libs/e_dbus/ChangeLog +++ b/dev-libs/e_dbus/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jan 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> e_dbus-9999.ebuild: + No need to default enable hal + 05 Jan 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> e_dbus-9999.ebuild, metadata.xml: Default enable udev USE flag, since it is now required by e17 diff --git a/dev-libs/e_dbus/e_dbus-9999.ebuild b/dev-libs/e_dbus/e_dbus-9999.ebuild index 9cb4324..78367ec 100644 --- a/dev-libs/e_dbus/e_dbus-9999.ebuild +++ b/dev-libs/e_dbus/e_dbus-9999.ebuild @@ -8,7 +8,7 @@ inherit enlightenment DESCRIPTION="Enlightenment's (Ecore) integration to DBus" -IUSE="bluetooth +connman +hal +libnotify ofono static-libs test-binaries +udev" +IUSE="bluetooth +connman hal +libnotify ofono static-libs test-binaries +udev" RDEPEND=" >=dev-libs/eina-9999 |