summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-18 01:22:05 +0000
committerSam James <sam@gentoo.org>2022-03-25 19:47:46 +0000
commit0b999ae3827969168427437e5d1d9aff39e4e56a (patch)
treeb1aab427849617aedd91c32fa03b155c89a8957e
parentsubversion.eclass: fix EclassDocMissingVar (ESVN) (diff)
downloadgentoo-0b999ae3827969168427437e5d1d9aff39e4e56a.tar.gz
gentoo-0b999ae3827969168427437e5d1d9aff39e4e56a.tar.bz2
gentoo-0b999ae3827969168427437e5d1d9aff39e4e56a.zip
tmpfiles.eclass: fix EclassDocMissingVar (rename internal TMPFILES_ECLASS)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--eclass/tmpfiles.eclass6
1 files 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) ;;