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: Sat, 01 Aug 2020 18:45:06
Message-Id: 1596303333.39a61a7d549b40798031c487211ff1d650ed7574.asturm@gentoo
1 commit: 39a61a7d549b40798031c487211ff1d650ed7574
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 17:35:33 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 17:35:33 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=39a61a7d
7
8 kde-plasma/kscreenlocker: Drop IUSE="seccomp"
9
10 Upstream commit f53b9b3275abd935fc81a60adcc38699f3ccec46
11
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild | 6 +-----
16 1 file changed, 1 insertion(+), 5 deletions(-)
17
18 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
19 index d2add232c6..10fdd8806a 100644
20 --- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
21 +++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
22 @@ -15,9 +15,7 @@ DESCRIPTION="Library and components for secure lock screen architecture"
23 LICENSE="GPL-2" # TODO: CHECK
24 SLOT="5"
25 KEYWORDS=""
26 -IUSE="consolekit +pam seccomp"
27 -
28 -REQUIRED_USE="seccomp? ( pam )"
29 +IUSE="consolekit +pam"
30
31 RDEPEND="
32 dev-libs/wayland
33 @@ -47,7 +45,6 @@ RDEPEND="
34 x11-libs/xcb-util-keysyms
35 consolekit? ( sys-auth/consolekit )
36 pam? ( sys-libs/pam )
37 - seccomp? ( sys-libs/libseccomp )
38 "
39 DEPEND="${RDEPEND}
40 x11-base/xorg-proto
41 @@ -82,7 +79,6 @@ src_configure() {
42 $(cmake_use_find_package consolekit loginctl)
43 -DPAM_REQUIRED=$(usex pam)
44 $(cmake_use_find_package pam PAM)
45 - $(cmake_use_find_package seccomp Seccomp)
46 )
47 ecm_src_configure
48 }