gnome-extra/cinnamon-control-center: Use systemd USE flag to ensure the right deps...
authorPacho Ramos <pacho@gentoo.org>
Sat, 9 Jul 2016 12:29:58 +0000 (14:29 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 9 Jul 2016 13:40:05 +0000 (15:40 +0200)
Package-Manager: portage-2.3.0

gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild

index 034a746a7355f617930979af14535e6485cb9743..d1734ba390f1b8ef5d5c7e68d6922cc27f206139 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE="+colord +cups debug input_devices_wacom"
+IUSE="+colord +cups debug input_devices_wacom systemd"
 KEYWORDS="~amd64 ~x86"
 
 # False positives caused by nested configure scripts
@@ -49,7 +49,8 @@ COMMON_DEPEND="
 # <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
 # libgnomekbd needed only for gkbd-keyboard-display tool
 RDEPEND="${COMMON_DEPEND}
-       || ( >=sys-apps/systemd-31 ( app-admin/openrc-settingsd sys-auth/consolekit ) )
+       systemd? ( >=sys-apps/systemd-31 )
+       !systemd? ( app-admin/openrc-settingsd sys-auth/consolekit )
        x11-themes/adwaita-icon-theme
        colord? ( >=gnome-extra/gnome-color-manager-3 )
        cups? (