From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96EC81396D0 for ; Sat, 30 Sep 2017 13:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02FAD2BC005; Sat, 30 Sep 2017 13:12:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D32DE2BC005 for ; Sat, 30 Sep 2017 13:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E930D341756 for ; Sat, 30 Sep 2017 13:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 589EF9086 for ; Sat, 30 Sep 2017 13:12:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1506777113.0e2bf8685819af8d0511687929ba1e2f281ebd7c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kscreenlocker/kscreenlocker-5.11.49.9999.ebuild kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild X-VCS-Directories: kde-plasma/kscreenlocker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e2bf8685819af8d0511687929ba1e2f281ebd7c X-VCS-Branch: master Date: Sat, 30 Sep 2017 13:12:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8211a9c4-1d0b-4c07-a9ae-c63584446638 X-Archives-Hash: cb20d38ec6d74592c644778474b0e85e commit: 0e2bf8685819af8d0511687929ba1e2f281ebd7c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 30 13:11:50 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 30 13:11:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e2bf868 kde-plasma/kscreenlocker: USE=seccomp requires USE=pam See also: https://mail.kde.org/pipermail/distributions/2017-March/000187.html Package-Manager: Portage-2.3.10, Repoman-2.3.3 kde-plasma/kscreenlocker/kscreenlocker-5.11.49.9999.ebuild | 2 ++ kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.11.49.9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.11.49.9999.ebuild index 99e072c03f..645d2b6409 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.11.49.9999.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.11.49.9999.ebuild @@ -11,6 +11,8 @@ DESCRIPTION="Library and components for secure lock screen architecture" KEYWORDS="" IUSE="+pam seccomp" +REQUIRED_USE="seccomp? ( pam )" + COMMON_DEPEND=" $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild index 99e072c03f..645d2b6409 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild @@ -11,6 +11,8 @@ DESCRIPTION="Library and components for secure lock screen architecture" KEYWORDS="" IUSE="+pam seccomp" +REQUIRED_USE="seccomp? ( pam )" + COMMON_DEPEND=" $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig)