summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-10-06 22:22:19 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-10-06 22:22:19 +0300
commit1235bbabf714d0b54cc870871aa33e09a813b981 (patch)
treea2848af6d30b86bb994c59cc2191c4af34bfcae9 /sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild
parentsys-apps/fwupd: remove consolekit support (diff)
downloadgentoo-1235bbabf714d0b54cc870871aa33e09a813b981.tar.gz
gentoo-1235bbabf714d0b54cc870871aa33e09a813b981.tar.bz2
gentoo-1235bbabf714d0b54cc870871aa33e09a813b981.zip
sys-apps/accountsservice: remove consolekit support
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada <zlogene@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.ebuild7
1 files changed, 3 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 231fdc7776b3..11a90ec3611e 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-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,13 +14,12 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
-IUSE="doc consolekit elogind +introspection selinux systemd"
-REQUIRED_USE="^^ ( consolekit elogind systemd )"
+IUSE="doc elogind +introspection selinux systemd"
+REQUIRED_USE="^^ ( 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= )