summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-06-03 17:14:58 +0300
committerMichał Górny <mgorny@gentoo.org>2018-06-09 10:31:26 +0200
commit3e069e34bad9acd52454f693588a89b9c234a63e (patch)
tree751bd5a441ead155ba1c288fc42dd6fef7741aeb /x11-wm
parentwww-plugins/passff-host: Fix .path in the json (diff)
downloadgentoo-3e069e34bad9acd52454f693588a89b9c234a63e.tar.gz
gentoo-3e069e34bad9acd52454f693588a89b9c234a63e.tar.bz2
gentoo-3e069e34bad9acd52454f693588a89b9c234a63e.zip
x11-wm/enlightenment: add 'connman' USE flag for 0.21.11
Bug: https://bugs.gentoo.org/637034 Package-Manager: Portage[mgorny]-2.3.36.1
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/enlightenment/enlightenment-0.21.11.ebuild24
1 files changed, 13 insertions, 11 deletions
diff --git a/x11-wm/enlightenment/enlightenment-0.21.11.ebuild b/x11-wm/enlightenment/enlightenment-0.21.11.ebuild
index 2abc80fad22e..db85b7f75fd3 100644
--- a/x11-wm/enlightenment/enlightenment-0.21.11.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.21.11.ebuild
@@ -22,16 +22,16 @@ E_CONF_MODS=(
E_NORM_MODS=(
appmenu backlight battery bluez4
- clock conf connman cpufreq
- everything fileman fileman-opinfo gadman
- geolocation ibar ibox lokker
- mixer msgbus music-control notification
- packagekit pager pager-plain quickaccess
- shot start syscon systray
- tasks teamwork temperature tiling
- time winlist wireless wizard
- wl-desktop-shell wl-drm wl-text-input wl-weekeyboard
- wl-wl wl-x11 xkbswitch xwayland
+ clock conf cpufreq everything
+ fileman fileman-opinfo gadman geolocation
+ ibar ibox lokker mixer
+ msgbus music-control notification packagekit
+ pager pager-plain quickaccess shot
+ start syscon systray tasks
+ teamwork temperature tiling time
+ winlist wireless wizard wl-desktop-shell
+ wl-drm wl-text-input wl-weekeyboard wl-wl
+ wl-x11 xkbswitch xwayland
)
IUSE_E_MODULES=(
@@ -39,7 +39,7 @@ IUSE_E_MODULES=(
${E_NORM_MODS[@]/#/enlightenment_modules_}
)
-IUSE="acpi doc egl nls pam static-libs systemd udisks wayland ${IUSE_E_MODULES[@]/#/+}"
+IUSE="acpi connman doc egl nls pam static-libs systemd udisks wayland ${IUSE_E_MODULES[@]/#/+}"
RDEPEND="
>=dev-libs/efl-1.17.0[eet,X]
@@ -49,6 +49,7 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-misc/xkeyboard-config
acpi? ( sys-power/acpid )
+ connman? ( net-misc/connman )
egl? ( >=dev-libs/efl-1.18.0[egl,wayland] )
pam? ( sys-libs/pam )
systemd? ( sys-apps/systemd )
@@ -82,6 +83,7 @@ src_configure() {
--disable-install-sysactions
--disable-policy-mobile
--enable-device-udev
+ $(use_enable connman)
$(use_enable egl wayland-egl)
$(use_enable nls)
$(use_enable pam)