Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Fri, 05 Jan 2018 20:45:48
Message-Id: 1515185109.192d631728dac4bfd9d5e6ba7ef4011792c1861c.floppym@gentoo
1 commit: 192d631728dac4bfd9d5e6ba7ef4011792c1861c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:44:53 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 20:45:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192d6317
7
8 sys-apps/systemd: check for FW_LOADER_USER_HELPER_FALLBACK
9
10 FW_LOADER_USER_HELPER is not directly configurable, so it's fairly
11 pointless to warn about it.
12
13 Closes: https://bugs.gentoo.org/643606
14 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
15
16 sys-apps/systemd/systemd-233-r6.ebuild | 4 ++--
17 sys-apps/systemd/systemd-235-r1.ebuild | 4 ++--
18 sys-apps/systemd/systemd-236-r4.ebuild | 4 ++--
19 sys-apps/systemd/systemd-9999.ebuild | 4 ++--
20 4 files changed, 8 insertions(+), 8 deletions(-)
21
22 diff --git a/sys-apps/systemd/systemd-233-r6.ebuild b/sys-apps/systemd/systemd-233-r6.ebuild
23 index fded2f5f4a0..a9934d81992 100644
24 --- a/sys-apps/systemd/systemd-233-r6.ebuild
25 +++ b/sys-apps/systemd/systemd-233-r6.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2017 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -112,7 +112,7 @@ pkg_pretend() {
33 ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
34 ~TIMERFD ~TMPFS_XATTR ~UNIX
35 ~CRYPTO_HMAC ~CRYPTO_SHA256 ~CRYPTO_USER_API_HASH
36 - ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
37 + ~!FW_LOADER_USER_HELPER_FALLBACK ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
38 ~!SYSFS_DEPRECATED_V2"
39
40 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
41
42 diff --git a/sys-apps/systemd/systemd-235-r1.ebuild b/sys-apps/systemd/systemd-235-r1.ebuild
43 index a0800a27a1d..2727ae07b8b 100644
44 --- a/sys-apps/systemd/systemd-235-r1.ebuild
45 +++ b/sys-apps/systemd/systemd-235-r1.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -110,7 +110,7 @@ pkg_pretend() {
53 ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
54 ~TIMERFD ~TMPFS_XATTR ~UNIX
55 ~CRYPTO_HMAC ~CRYPTO_SHA256 ~CRYPTO_USER_API_HASH
56 - ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
57 + ~!FW_LOADER_USER_HELPER_FALLBACK ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
58 ~!SYSFS_DEPRECATED_V2"
59
60 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
61
62 diff --git a/sys-apps/systemd/systemd-236-r4.ebuild b/sys-apps/systemd/systemd-236-r4.ebuild
63 index 816c66a2373..be31a53ad51 100644
64 --- a/sys-apps/systemd/systemd-236-r4.ebuild
65 +++ b/sys-apps/systemd/systemd-236-r4.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 @@ -109,7 +109,7 @@ pkg_pretend() {
73 ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
74 ~TIMERFD ~TMPFS_XATTR ~UNIX
75 ~CRYPTO_HMAC ~CRYPTO_SHA256 ~CRYPTO_USER_API_HASH
76 - ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
77 + ~!FW_LOADER_USER_HELPER_FALLBACK ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
78 ~!SYSFS_DEPRECATED_V2"
79
80 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
81
82 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
83 index 7122881b52d..7e7bcf41a44 100644
84 --- a/sys-apps/systemd/systemd-9999.ebuild
85 +++ b/sys-apps/systemd/systemd-9999.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2017 Gentoo Foundation
88 +# Copyright 1999-2018 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90
91 EAPI=6
92 @@ -108,7 +108,7 @@ pkg_pretend() {
93 ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
94 ~TIMERFD ~TMPFS_XATTR ~UNIX
95 ~CRYPTO_HMAC ~CRYPTO_SHA256 ~CRYPTO_USER_API_HASH
96 - ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
97 + ~!FW_LOADER_USER_HELPER_FALLBACK ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
98 ~!SYSFS_DEPRECATED_V2"
99
100 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"