summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-20 09:41:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 20:21:35 +0200
commit26de406dac33658043d9c7d1510539d3dd60c27a (patch)
tree9e1f6b20d58fb8f0a95ce1d682f9406cfc2663b4 /sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild
parentdev-util/creduce: Correct dependencies in all versions (diff)
downloadgentoo-26de406dac33658043d9c7d1510539d3dd60c27a.tar.gz
gentoo-26de406dac33658043d9c7d1510539d3dd60c27a.tar.bz2
gentoo-26de406dac33658043d9c7d1510539d3dd60c27a.zip
sys-apps/accountsservice: Add USE consolekit
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild')
-rw-r--r--sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild b/sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild
index a61545c13622..cd05be8ca8b9 100644
--- a/sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild
+++ b/sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,16 +14,16 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
-IUSE="doc elogind +introspection selinux systemd"
-REQUIRED_USE="?? ( elogind systemd )"
+IUSE="doc consolekit elogind +introspection selinux systemd"
+REQUIRED_USE="^^ ( consolekit elogind systemd )"
CDEPEND="
>=dev-libs/glib-2.44:2
sys-auth/polkit
+ consolekit? ( sys-auth/consolekit )
elogind? ( >=sys-auth/elogind-229.4 )
introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
systemd? ( >=sys-apps/systemd-186:0= )
- !systemd? ( !elogind? ( sys-auth/consolekit ) )
"
DEPEND="${CDEPEND}
dev-libs/libxslt