commit:     fa2c0aca5c011717293354fd564971196be4edaf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 00:23:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 02:02:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2c0aca

tmpfiles.eclass: mark TMPFILES_OPTIONAL as @PRE_INHERIT

It controls the virtual/tmpfiles dependency in global scope.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/tmpfiles.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
index 63234382164..b9238a6434a 100644
--- a/eclass/tmpfiles.eclass
+++ b/eclass/tmpfiles.eclass
@@ -1,4 +1,4 @@
-# Copyright 2016-2019 Gentoo Authors
+# Copyright 2016-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: tmpfiles.eclass
@@ -61,6 +61,7 @@ case "${EAPI}" in
 esac
 
 # @ECLASS-VARIABLE: TMPFILES_OPTIONAL
+# @PRE_INHERIT
 # @DEFAULT_UNSET
 # @DESCRIPTION:
 # When not empty, disables the dependency on virtual/tmpfiles.

Reply via email to