summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-01-01 12:01:39 +0100
committerUlrich Müller <ulm@gentoo.org>2022-01-06 10:32:44 +0100
commit31ee069b09e50b3f5d57da61e9fc2e0a731cd9cc (patch)
tree1a9042cb60c8d98e36bc86af77320b0b40afb4de
parentdev-python/setuptools: Bump to 60.3.0 (diff)
downloadgentoo-31ee069b.tar.gz
gentoo-31ee069b.tar.bz2
gentoo-31ee069b.zip
readme.gentoo-r1.eclass: Document the DOC_CONTENTS variable
This fixes a spurious "UnusedInherits" warning from pkgcheck. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--eclass/readme.gentoo-r1.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/readme.gentoo-r1.eclass b/eclass/readme.gentoo-r1.eclass
index 3ad36fac2588..0d302179127b 100644
--- a/eclass/readme.gentoo-r1.eclass
+++ b/eclass/readme.gentoo-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: readme.gentoo-r1.eclass
@@ -25,6 +25,11 @@ case ${EAPI} in
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
+# @ECLASS-VARIABLE: DOC_CONTENTS
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# The information that is used to create the README.gentoo file.
+
# @ECLASS-VARIABLE: DISABLE_AUTOFORMATTING
# @DEFAULT_UNSET
# @DESCRIPTION: