aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2020-11-03 17:09:40 -0600
committerJory Pratt <anarchy@gentoo.org>2020-11-03 17:09:40 -0600
commitd0fe0e97b15fe2ccd278839377cb47d74bfef3b1 (patch)
treed157642980cd1464730f1627176e8f03c52a2ee0 /sys-apps
parentadd audit 2.8.5 from Gentoo tree && add musl patches from Alpine (diff)
downloadmusl-d0fe0e97b15fe2ccd278839377cb47d74bfef3b1.tar.gz
musl-d0fe0e97b15fe2ccd278839377cb47d74bfef3b1.tar.bz2
musl-d0fe0e97b15fe2ccd278839377cb47d74bfef3b1.zip
sys-apps/accountsservice: drop consolekit support
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild7
-rw-r--r--sys-apps/accountsservice/metadata.xml1
2 files changed, 3 insertions, 5 deletions
diff --git a/sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild b/sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild
index 00e977df..f98bb6d4 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="amd64 arm arm64 ppc ppc64 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= )
diff --git a/sys-apps/accountsservice/metadata.xml b/sys-apps/accountsservice/metadata.xml
index 35e1d4b2..e52d976d 100644
--- a/sys-apps/accountsservice/metadata.xml
+++ b/sys-apps/accountsservice/metadata.xml
@@ -6,7 +6,6 @@
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
- <flag name="consolekit">Use <pkg>sys-auth/consolekit</pkg> for session tracking</flag>
<flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking</flag>
<flag name="systemd">Use <pkg>sys-apps/systemd</pkg> for session tracking</flag>
</use>