diff options
author | John M. Harris Jr. <johnmh@johnmh.me> | 2024-12-12 19:40:25 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-13 09:34:23 +0000 |
commit | 39805de8f9b0dc070a67599bf2a49d455eefb181 (patch) | |
tree | 7b599edc06e5a8b88839f252f81df8b7ec58b9f5 /profiles/targets | |
parent | sys-apps/fwupd: add 2.0.3 (diff) | |
download | gentoo-39805de8f9b0dc070a67599bf2a49d455eefb181.tar.gz gentoo-39805de8f9b0dc070a67599bf2a49d455eefb181.tar.bz2 gentoo-39805de8f9b0dc070a67599bf2a49d455eefb181.zip |
profiles: mask sys-apps/fwupd[seccomp] on non-systemd profiles
sys-apps/fwupd[seccomp] requires systemd
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
Closes: https://github.com/gentoo/gentoo/pull/39699
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/systemd/package.use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
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. <johnmh@johnmh.me> (2024-12-12) +# seccomp is only supported with systemd +sys-apps/fwupd -seccomp + # Andreas Sturmlechner <asturm@gentoo.org> (2021-05-09) # Dependency requires sys-apps/systemd. kde-plasma/plasma-meta -firewall |