commit: 0b999ae3827969168427437e5d1d9aff39e4e56a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 01:22:05 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:47:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b999ae3
tmpfiles.eclass: fix EclassDocMissingVar (rename internal TMPFILES_ECLASS)
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/tmpfiles.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
index 165d95d4e6fb..39650401a6a0 100644
--- a/eclass/tmpfiles.eclass
+++ b/eclass/tmpfiles.eclass
@@ -1,4 +1,4 @@
-# Copyright 2016-2021 Gentoo Authors
+# Copyright 2016-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: tmpfiles.eclass
@@ -52,8 +52,8 @@
#
# @CODE
-if [[ -z ${TMPFILES_ECLASS} ]]; then
-TMPFILES_ECLASS=1
+if [[ -z ${_TMPFILES_ECLASS} ]]; then
+_TMPFILES_ECLASS=1
case "${EAPI}" in
5|6|7|8) ;;