From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/
Date: Sat, 1 Aug 2020 18:44:58 +0000 (UTC) [thread overview]
Message-ID: <1596304114.8ddf13d2893a90d774e9693f8f810662f664cfe4.asturm@gentoo> (raw)
commit: 8ddf13d2893a90d774e9693f8f810662f664cfe4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 17:48:34 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 17:48:34 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ddf13d2
kde-plasma/kscreenlocker: Disable seccomp sandboxing in 5.19 too
If upstream dropped it in master for being problematic and ineffective,
then there's no reason to keep it in stable branch either.
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-5.19.49.9999.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.19.49.9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.19.49.9999.ebuild
index f78e062b13..adac48392d 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.19.49.9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.19.49.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
@@ -49,7 +47,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
@@ -79,10 +76,10 @@ src_test() {
src_configure() {
local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_Seccomp=ON
$(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
}
next reply other threads:[~2020-08-01 18:45 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-01 18:44 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-25 3:32 [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/ Sam James
2025-07-25 3:32 Sam James
2024-06-23 19:39 Sam James
2023-12-16 11:35 Andreas Sturmlechner
2023-06-18 10:36 Andreas Sturmlechner
2023-05-21 17:56 Andreas Sturmlechner
2022-12-13 19:14 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-09-03 13:05 Andreas Sturmlechner
2022-06-19 9:06 Andreas Sturmlechner
2022-03-16 22:10 Andreas Sturmlechner
2021-04-24 20:48 Andreas Sturmlechner
2021-04-16 21:35 Andreas Sturmlechner
2021-01-22 0:00 Andreas Sturmlechner
2020-08-30 19:02 Andreas Sturmlechner
2020-08-02 11:16 Andreas Sturmlechner
2020-08-02 11:16 Andreas Sturmlechner
2020-08-02 11:16 Andreas Sturmlechner
2020-08-01 18:44 Andreas Sturmlechner
2020-08-01 18:44 Andreas Sturmlechner
2020-07-10 14:39 Andreas Sturmlechner
2020-07-10 14:39 Andreas Sturmlechner
2019-10-12 19:40 Andreas Sturmlechner
2018-12-19 15:32 Andreas Sturmlechner
2018-07-03 18:14 Andreas Sturmlechner
2018-05-18 23:21 Andreas Sturmlechner
2018-03-19 17:15 Andreas Sturmlechner
2017-09-30 13:12 Andreas Sturmlechner
2017-09-23 2:58 Michael Palimaka
2017-08-12 11:47 Michael Palimaka
2017-03-18 3:10 Michael Palimaka
2017-03-18 3:10 Michael Palimaka
2016-12-14 11:32 Michael Palimaka
2016-12-08 10:06 Johannes Huber
2016-11-20 14:49 Johannes Huber
2016-06-19 10:58 Michael Palimaka
2016-03-19 11:46 Johannes Huber
2016-03-09 17:57 Michael Palimaka
2016-02-24 12:32 Michael Palimaka
2016-02-12 5:58 Michael Palimaka
2016-02-08 0:19 Manuel Rüger
2016-01-26 13:48 Michael Palimaka
2016-01-15 8:25 Michael Palimaka
2015-12-10 11:42 Michael Palimaka
2015-12-10 10:25 Michael Palimaka
2015-12-07 17:05 Michael Palimaka
2015-12-03 15:09 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596304114.8ddf13d2893a90d774e9693f8f810662f664cfe4.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox