commit: 2d2c0ed424a77cad1a8755bf4ec34ddbc79bcb93
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 11:46:18 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 11:47:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2c0ed4
kde-plasma/kscreenlocker: introduce seccomp USE flag
Package-Manager: Portage-2.3.6, Repoman-2.3.3
kde-plasma/kscreenlocker/kscreenlocker-5.10.4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.10.4.ebuild
b/kde-plasma/kscreenlocker/kscreenlocker-5.10.4.ebuild
index 8a520afa58b..9f98dbc088a 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.10.4.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.10.4.ebuild
@@ -9,7 +9,7 @@ inherit kde5 pam
DESCRIPTION="Library and components for secure lock screen architecture"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+pam"
+IUSE="+pam seccomp"
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
@@ -40,6 +40,7 @@ COMMON_DEPEND="
x11-libs/libxcb
x11-libs/xcb-util-keysyms
pam? ( virtual/pam )
+ seccomp? ( sys-libs/libseccomp )
"
DEPEND="${COMMON_DEPEND}
x11-proto/xproto
@@ -71,6 +72,7 @@ src_configure() {
local mycmakeargs=(
-DPAM_REQUIRED=$(usex pam)
$(cmake-utils_use_find_package pam PAM)
+ $(cmake-utils_use_find_package seccomp Seccomp)
)
kde5_src_configure
}