From 39aadbd88a591fe06e11a364d2ab9e8d4fdc5c46 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 5 Sep 2021 10:28:34 -0400 Subject: sys-apps/systemd: set TMPFILES_OPTIONAL to avoid QA warnings Signed-off-by: Mike Gilbert --- sys-apps/systemd/systemd-249.2.ebuild | 3 +++ sys-apps/systemd/systemd-249.4.ebuild | 3 +++ sys-apps/systemd/systemd-9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) (limited to 'sys-apps/systemd') diff --git a/sys-apps/systemd/systemd-249.2.ebuild b/sys-apps/systemd/systemd-249.2.ebuild index f55c30b02d8a..209ea418da5d 100644 --- a/sys-apps/systemd/systemd-249.2.ebuild +++ b/sys-apps/systemd/systemd-249.2.ebuild @@ -4,6 +4,9 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +# Avoid QA warnings +TMPFILES_OPTIONAL=1 + if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/systemd/systemd.git" inherit git-r3 diff --git a/sys-apps/systemd/systemd-249.4.ebuild b/sys-apps/systemd/systemd-249.4.ebuild index da6cc62575f2..8862e4c0bf83 100644 --- a/sys-apps/systemd/systemd-249.4.ebuild +++ b/sys-apps/systemd/systemd-249.4.ebuild @@ -4,6 +4,9 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +# Avoid QA warnings +TMPFILES_OPTIONAL=1 + if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/systemd/systemd.git" inherit git-r3 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 3683686fc0d1..8785d676a9c1 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -4,6 +4,9 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +# Avoid QA warnings +TMPFILES_OPTIONAL=1 + if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/systemd/systemd.git" inherit git-r3 -- cgit v1.2.3-65-gdbad