Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Thu, 03 Feb 2022 02:22:09
Message-Id: 1643854888.909ff1217e19ce803fefbd16a67869426232f432.sam@gentoo
1 commit: 909ff1217e19ce803fefbd16a67869426232f432
2 Author: Matthew Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sun Jan 30 15:41:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 02:21:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909ff121
7
8 sys-apps/systemd: Add BINFMT_MISC to CONFIG_CHECK
9
10 Required by systemd-binfmt.service.
11
12 Closes: https://bugs.gentoo.org/832307
13 Signed-off-by: Matthew Smith <matt <AT> offtopica.uk>
14 Closes: https://github.com/gentoo/gentoo/pull/24023
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sys-apps/systemd/systemd-249.9.ebuild | 2 +-
18 sys-apps/systemd/systemd-250.2.ebuild | 2 +-
19 sys-apps/systemd/systemd-250.3.ebuild | 2 +-
20 sys-apps/systemd/systemd-9999.ebuild | 4 ++--
21 4 files changed, 5 insertions(+), 5 deletions(-)
22
23 diff --git a/sys-apps/systemd/systemd-249.9.ebuild b/sys-apps/systemd/systemd-249.9.ebuild
24 index 15691c75a92e..3367ca393987 100644
25 --- a/sys-apps/systemd/systemd-249.9.ebuild
26 +++ b/sys-apps/systemd/systemd-249.9.ebuild
27 @@ -176,7 +176,7 @@ pkg_pretend() {
28 ewarn "See https://bugs.gentoo.org/674458."
29 fi
30
31 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
32 + local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS
33 ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
34 ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
35 ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS
36
37 diff --git a/sys-apps/systemd/systemd-250.2.ebuild b/sys-apps/systemd/systemd-250.2.ebuild
38 index d4624f9759b6..0d675fb07803 100644
39 --- a/sys-apps/systemd/systemd-250.2.ebuild
40 +++ b/sys-apps/systemd/systemd-250.2.ebuild
41 @@ -181,7 +181,7 @@ pkg_pretend() {
42 ewarn "See https://bugs.gentoo.org/674458."
43 fi
44
45 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
46 + local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS
47 ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
48 ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
49 ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS
50
51 diff --git a/sys-apps/systemd/systemd-250.3.ebuild b/sys-apps/systemd/systemd-250.3.ebuild
52 index d4624f9759b6..0d675fb07803 100644
53 --- a/sys-apps/systemd/systemd-250.3.ebuild
54 +++ b/sys-apps/systemd/systemd-250.3.ebuild
55 @@ -181,7 +181,7 @@ pkg_pretend() {
56 ewarn "See https://bugs.gentoo.org/674458."
57 fi
58
59 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
60 + local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS
61 ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
62 ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
63 ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS
64
65 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
66 index 418af1e6efce..0d675fb07803 100644
67 --- a/sys-apps/systemd/systemd-9999.ebuild
68 +++ b/sys-apps/systemd/systemd-9999.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 2011-2021 Gentoo Authors
71 +# Copyright 2011-2022 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=7
75 @@ -181,7 +181,7 @@ pkg_pretend() {
76 ewarn "See https://bugs.gentoo.org/674458."
77 fi
78
79 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
80 + local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS
81 ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
82 ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
83 ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS