diff options
author | 2017-08-12 21:46:18 +1000 | |
---|---|---|
committer | 2017-08-12 21:47:23 +1000 | |
commit | 2d2c0ed424a77cad1a8755bf4ec34ddbc79bcb93 (patch) | |
tree | 2725a1f3dd3148790e2fa651138d1049ba5c02dd /kde-plasma/kscreenlocker | |
parent | app-office/geierlein: Version bump (diff) | |
download | gentoo-2d2c0ed424a77cad1a8755bf4ec34ddbc79bcb93.tar.gz gentoo-2d2c0ed424a77cad1a8755bf4ec34ddbc79bcb93.tar.bz2 gentoo-2d2c0ed424a77cad1a8755bf4ec34ddbc79bcb93.zip |
kde-plasma/kscreenlocker: introduce seccomp USE flag
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r-- | kde-plasma/kscreenlocker/kscreenlocker-5.10.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 } |