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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C92B21581F0 for ; Fri, 13 Dec 2024 09:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A323E09DE; Fri, 13 Dec 2024 09:36:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DD2DE09DE for ; Fri, 13 Dec 2024 09:36:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E960340C43 for ; Fri, 13 Dec 2024 09:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9D3322D7 for ; Fri, 13 Dec 2024 09:35:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1734082463.39805de8f9b0dc070a67599bf2a49d455eefb181.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/targets/systemd/package.use.mask X-VCS-Directories: profiles/targets/systemd/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39805de8f9b0dc070a67599bf2a49d455eefb181 X-VCS-Branch: master Date: Fri, 13 Dec 2024 09:35:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 122a9982-5173-4f93-8312-df8d4914d3cc X-Archives-Hash: 5ac21810ce268715a3df6a6153b29568 commit: 39805de8f9b0dc070a67599bf2a49d455eefb181 Author: John M. Harris Jr. johnmh me> AuthorDate: Fri Dec 13 02:40:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 13 09:34:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39805de8 profiles: mask sys-apps/fwupd[seccomp] on non-systemd profiles sys-apps/fwupd[seccomp] requires systemd Signed-off-by: John M. Harris Jr. johnmh.me> Closes: https://github.com/gentoo/gentoo/pull/39699 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 4 ++++ profiles/targets/systemd/package.use.mask | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index d6fe0a8e1bc9..46673dd25e61 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -3,6 +3,10 @@ # New entries go on top. +# John M. Harris, Jr. (2024-12-12) +# seccomp is only supported with systemd +sys-apps/fwupd seccomp + # Andreas Sturmlechner (2024-11-24) # sci-libs/vtk[qt5] cleanup, bug #944817 sci-libs/vtk qt5 diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask index 3c81fe5fa99b..944426611e36 100644 --- a/profiles/targets/systemd/package.use.mask +++ b/profiles/targets/systemd/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# John M. Harris, Jr. (2024-12-12) +# seccomp is only supported with systemd +sys-apps/fwupd -seccomp + # Andreas Sturmlechner (2021-05-09) # Dependency requires sys-apps/systemd. kde-plasma/plasma-meta -firewall