From 2d2c0ed424a77cad1a8755bf4ec34ddbc79bcb93 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sat, 12 Aug 2017 21:46:18 +1000 Subject: 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(-) (limited to 'kde-plasma/kscreenlocker') diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.10.4.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.10.4.ebuild index 8a520afa58b6..9f98dbc088af 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 } -- cgit v1.2.3