commit: 39a61a7d549b40798031c487211ff1d650ed7574
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 17:35:33 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 17:35:33 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=39a61a7d
kde-plasma/kscreenlocker: Drop IUSE="seccomp"
Upstream commit f53b9b3275abd935fc81a60adcc38699f3ccec46
Package-Manager: Portage-3.0.1, 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 d2add232c6..10fdd8806a 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
@@ -15,9 +15,7 @@ DESCRIPTION="Library and components for secure lock screen
architecture"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="consolekit +pam seccomp"
-
-REQUIRED_USE="seccomp? ( pam )"
+IUSE="consolekit +pam"
RDEPEND="
dev-libs/wayland
@@ -47,7 +45,6 @@ RDEPEND="
x11-libs/xcb-util-keysyms
consolekit? ( sys-auth/consolekit )
pam? ( sys-libs/pam )
- seccomp? ( sys-libs/libseccomp )
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
@@ -82,7 +79,6 @@ src_configure() {
$(cmake_use_find_package consolekit loginctl)
-DPAM_REQUIRED=$(usex pam)
$(cmake_use_find_package pam PAM)
- $(cmake_use_find_package seccomp Seccomp)
)
ecm_src_configure
}