From 0b999ae3827969168427437e5d1d9aff39e4e56a Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 18 Mar 2022 01:22:05 +0000 Subject: tmpfiles.eclass: fix EclassDocMissingVar (rename internal TMPFILES_ECLASS) Signed-off-by: Sam James --- 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) ;; -- cgit v1.2.3-65-gdbad