Re: [gentoo-dev] [PATCH] tmpfiles.eclass: introduce TMPFILES_OPTIONAL variable

2021-03-08 Thread David Seifert
On Mon, 2021-03-08 at 14:38 -0500, Mike Gilbert wrote: > This allows the automatic dependency on virtual/tmpfiles to be > disabled. > > Bug: https://bugs.gentoo.org/774855 > Signed-off-by: Mike Gilbert > --- >  eclass/tmpfiles.eclass | 10 +- >  1 file changed, 9 insertions(+), 1

[gentoo-dev] [PATCH] tmpfiles.eclass: introduce TMPFILES_OPTIONAL variable

2021-03-08 Thread Mike Gilbert
This allows the automatic dependency on virtual/tmpfiles to be disabled. Bug: https://bugs.gentoo.org/774855 Signed-off-by: Mike Gilbert --- eclass/tmpfiles.eclass | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass index