diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 00:25:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:07:03 +0100 |
commit | 7a9020ea8b355ffdb03d4f9f7d7328b1e985f25b (patch) | |
tree | 39c20622e562606175227bfb78f59a80273cd8d7 /eclass | |
parent | games-rpg/zsdx: add indirect wrapper inherit, use BDEPEND (diff) | |
download | gentoo-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.eclass | 3 |
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. |