commit: fce5dfae7e49e7178a660ec566183dd7a61b115a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 23:04:39 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 23:13:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce5dfae
eclass/epatch: fixup documentation
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
eclass/epatch.eclass | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
index fbb4f0b5bc0..921647e257a 100644
--- a/eclass/epatch.eclass
+++ b/eclass/epatch.eclass
@@ -11,6 +11,11 @@
# An eclass providing epatch and epatch_user functions to easily apply
# patches to ebuilds. Mostly superseded by eapply* in EAPI 6.
+# @VARIABLE: _EPATCH_ECLASS
+# @INTERNAL
+# @DESCRIPTION:
+# Please document me
+
if [[ -z ${_EPATCH_ECLASS} ]]; then
case ${EAPI:-0} in