summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 00:25:43 +0100
committerSam James <sam@gentoo.org>2021-04-12 02:07:03 +0100
commit7a9020ea8b355ffdb03d4f9f7d7328b1e985f25b (patch)
tree39c20622e562606175227bfb78f59a80273cd8d7 /eclass
parentgames-rpg/zsdx: add indirect wrapper inherit, use BDEPEND (diff)
downloadgentoo-7a9020ea8b355ffdb03d4f9f7d7328b1e985f25b.tar.gz
gentoo-7a9020ea8b355ffdb03d4f9f7d7328b1e985f25b.tar.bz2
gentoo-7a9020ea8b355ffdb03d4f9f7d7328b1e985f25b.zip
epatch.eclass: mark EPATCH_USER_SOURCE as @USER_VARIABLE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/epatch.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
index 0c7ca0cf045a..5d18befe55b9 100644
--- a/eclass/epatch.eclass
+++ b/eclass/epatch.eclass
@@ -389,7 +389,8 @@ epatch() {
case ${EAPI:-0} in
0|1|2|3|4|5)
-# @VARIABLE: EPATCH_USER_SOURCE
+# @ECLASS_VARIABLE: EPATCH_USER_SOURCE
+# @USER_VARIABLE
# @DESCRIPTION:
# Location for user patches, see the epatch_user function.
# Should be set by the user. Don't set this in ebuilds.