Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/
Date: Sun, 02 Aug 2020 11:16:07
Message-Id: 1596356748.3325ff21ff4499ca87b3faea033ce682be1450ef.asturm@gentoo
1 commit: 3325ff21ff4499ca87b3faea033ce682be1450ef
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 26 15:04:33 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 08:25:48 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3325ff21
7
8 kde-plasma/kscreenlocker: Drop IUSE=consolekit
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild | 6 +-----
14 1 file changed, 1 insertion(+), 5 deletions(-)
15
16 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
17 index 1b58fd024f..b41ee8aa39 100644
18 --- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
19 +++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
20 @@ -15,7 +15,7 @@ DESCRIPTION="Library and components for secure lock screen architecture"
21 LICENSE="GPL-2" # TODO: CHECK
22 SLOT="5"
23 KEYWORDS=""
24 -IUSE="consolekit +pam"
25 +IUSE="+pam"
26
27 COMMON_DEPEND="
28 dev-libs/wayland
29 @@ -43,7 +43,6 @@ COMMON_DEPEND="
30 x11-libs/libXi
31 x11-libs/libxcb
32 x11-libs/xcb-util-keysyms
33 - consolekit? ( sys-auth/consolekit )
34 pam? ( sys-libs/pam )
35 "
36 DEPEND="${COMMON_DEPEND}
37 @@ -59,8 +58,6 @@ PDEPEND="
38
39 RESTRICT+=" test"
40
41 -PATCHES=( "${FILESDIR}/${PN}-5.19.5-ck-unlock.patch" )
42 -
43 src_prepare() {
44 ecm_src_prepare
45
46 @@ -80,7 +77,6 @@ src_test() {
47
48 src_configure() {
49 local mycmakeargs=(
50 - $(cmake_use_find_package consolekit ConsoleKit)
51 -DPAM_REQUIRED=$(usex pam)
52 $(cmake_use_find_package pam PAM)
53 )