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: Sun, 05 Sep 2021 14:29:04
Message-Id: 1630852137.39aadbd88a591fe06e11a364d2ab9e8d4fdc5c46.floppym@gentoo
1 commit: 39aadbd88a591fe06e11a364d2ab9e8d4fdc5c46
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 5 14:28:34 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 5 14:28:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39aadbd8
7
8 sys-apps/systemd: set TMPFILES_OPTIONAL to avoid QA warnings
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-apps/systemd/systemd-249.2.ebuild | 3 +++
13 sys-apps/systemd/systemd-249.4.ebuild | 3 +++
14 sys-apps/systemd/systemd-9999.ebuild | 3 +++
15 3 files changed, 9 insertions(+)
16
17 diff --git a/sys-apps/systemd/systemd-249.2.ebuild b/sys-apps/systemd/systemd-249.2.ebuild
18 index f55c30b02d8..209ea418da5 100644
19 --- a/sys-apps/systemd/systemd-249.2.ebuild
20 +++ b/sys-apps/systemd/systemd-249.2.ebuild
21 @@ -4,6 +4,9 @@
22 EAPI=7
23 PYTHON_COMPAT=( python3_{8..10} )
24
25 +# Avoid QA warnings
26 +TMPFILES_OPTIONAL=1
27 +
28 if [[ ${PV} == 9999 ]]; then
29 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
30 inherit git-r3
31
32 diff --git a/sys-apps/systemd/systemd-249.4.ebuild b/sys-apps/systemd/systemd-249.4.ebuild
33 index da6cc62575f..8862e4c0bf8 100644
34 --- a/sys-apps/systemd/systemd-249.4.ebuild
35 +++ b/sys-apps/systemd/systemd-249.4.ebuild
36 @@ -4,6 +4,9 @@
37 EAPI=7
38 PYTHON_COMPAT=( python3_{8..10} )
39
40 +# Avoid QA warnings
41 +TMPFILES_OPTIONAL=1
42 +
43 if [[ ${PV} == 9999 ]]; then
44 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
45 inherit git-r3
46
47 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
48 index 3683686fc0d..8785d676a9c 100644
49 --- a/sys-apps/systemd/systemd-9999.ebuild
50 +++ b/sys-apps/systemd/systemd-9999.ebuild
51 @@ -4,6 +4,9 @@
52 EAPI=7
53 PYTHON_COMPAT=( python3_{8..10} )
54
55 +# Avoid QA warnings
56 +TMPFILES_OPTIONAL=1
57 +
58 if [[ ${PV} == 9999 ]]; then
59 EGIT_REPO_URI="https://github.com/systemd/systemd.git"
60 inherit git-r3