commit:     3325ff21ff4499ca87b3faea033ce682be1450ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 15:04:33 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 08:25:48 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3325ff21

kde-plasma/kscreenlocker: Drop IUSE=consolekit

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
index 1b58fd024f..b41ee8aa39 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Library and components for secure lock screen 
architecture"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="consolekit +pam"
+IUSE="+pam"
 
 COMMON_DEPEND="
        dev-libs/wayland
@@ -43,7 +43,6 @@ COMMON_DEPEND="
        x11-libs/libXi
        x11-libs/libxcb
        x11-libs/xcb-util-keysyms
-       consolekit? ( sys-auth/consolekit )
        pam? ( sys-libs/pam )
 "
 DEPEND="${COMMON_DEPEND}
@@ -59,8 +58,6 @@ PDEPEND="
 
 RESTRICT+=" test"
 
-PATCHES=( "${FILESDIR}/${PN}-5.19.5-ck-unlock.patch" )
-
 src_prepare() {
        ecm_src_prepare
 
@@ -80,7 +77,6 @@ src_test() {
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake_use_find_package consolekit ConsoleKit)
                -DPAM_REQUIRED=$(usex pam)
                $(cmake_use_find_package pam PAM)
        )

Reply via email to