diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-10-06 21:12:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-10-06 21:12:51 +0300 |
commit | 79300c57d0f86a236009de2c019fb0c4214671a4 (patch) | |
tree | 7df3c502384f6be02bd82783ddf380da7bbae6a4 /sys-auth | |
parent | games-strategy/freeorion: Bump to 0.4.10.1 (diff) | |
download | gentoo-79300c57d0f86a236009de2c019fb0c4214671a4.tar.gz gentoo-79300c57d0f86a236009de2c019fb0c4214671a4.tar.bz2 gentoo-79300c57d0f86a236009de2c019fb0c4214671a4.zip |
sys-auth/polkit: 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-auth')
-rw-r--r-- | sys-auth/polkit/metadata.xml | 1 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.116-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.117.ebuild | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.118.ebuild | 5 |
4 files changed, 6 insertions, 10 deletions
diff --git a/sys-auth/polkit/metadata.xml b/sys-auth/polkit/metadata.xml index c60e1e361ab3..b6d2fdc3cad1 100644 --- a/sys-auth/polkit/metadata.xml +++ b/sys-auth/polkit/metadata.xml @@ -5,7 +5,6 @@ <email>freedesktop-bugs@gentoo.org</email> </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> diff --git a/sys-auth/polkit/polkit-0.116-r1.ebuild b/sys-auth/polkit/polkit-0.116-r1.ebuild index 0dd63c22b5a9..1f872b3a5df2 100644 --- a/sys-auth/polkit/polkit-0.116-r1.ebuild +++ b/sys-auth/polkit/polkit-0.116-r1.ebuild @@ -12,10 +12,10 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test" +IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test" RESTRICT="!test? ( test )" -REQUIRED_USE="^^ ( consolekit elogind systemd )" +REQUIRED_USE="^^ ( elogind systemd )" BDEPEND=" acct-user/polkitd @@ -46,7 +46,6 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-policykit ) " PDEPEND=" - consolekit? ( sys-auth/consolekit[policykit] ) gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 >=lxde-base/lxsession-0.5.2 diff --git a/sys-auth/polkit/polkit-0.117.ebuild b/sys-auth/polkit/polkit-0.117.ebuild index 550786e55344..1cb58096d9f8 100644 --- a/sys-auth/polkit/polkit-0.117.ebuild +++ b/sys-auth/polkit/polkit-0.117.ebuild @@ -12,10 +12,10 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test" +IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test" RESTRICT="!test? ( test )" -REQUIRED_USE="^^ ( consolekit elogind systemd )" +REQUIRED_USE="^^ ( elogind systemd )" BDEPEND=" acct-user/polkitd @@ -46,7 +46,6 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-policykit ) " PDEPEND=" - consolekit? ( sys-auth/consolekit[policykit] ) gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 >=lxde-base/lxsession-0.5.2 diff --git a/sys-auth/polkit/polkit-0.118.ebuild b/sys-auth/polkit/polkit-0.118.ebuild index a3123451cf84..f68e6c5dc0f8 100644 --- a/sys-auth/polkit/polkit-0.118.ebuild +++ b/sys-auth/polkit/polkit-0.118.ebuild @@ -12,10 +12,10 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~s390 ~x86" -IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test" +IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test" RESTRICT="!test? ( test )" -REQUIRED_USE="^^ ( consolekit elogind systemd )" +REQUIRED_USE="^^ ( elogind systemd )" BDEPEND=" acct-user/polkitd @@ -46,7 +46,6 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-policykit ) " PDEPEND=" - consolekit? ( sys-auth/consolekit[policykit] ) gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 >=lxde-base/lxsession-0.5.2 |