commit: 8fc42a25da7fbefa7e2fb283ab94e3bd4c825484 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 04:38:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 05:19:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc42a25
cvs.eclass: mark ECVS_OFFLINE as @USER_VARIABLE Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/cvs.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 134e25a846a..a8e5ee4cc9a 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -62,6 +62,7 @@ _CVS_ECLASS=1 # CVS options given after the cvs checkout command. # @ECLASS-VARIABLE: ECVS_OFFLINE +# @USER_VARIABLE # @DESCRIPTION: # Set this variable to a non-empty value to disable the automatic updating of # a CVS source tree. This is intended to be set outside the cvs source
