diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 05:38:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:19:59 +0100 |
commit | 8fc42a25da7fbefa7e2fb283ab94e3bd4c825484 (patch) | |
tree | 4fc12d3c8dc88af7db4a0538d474682ff44462da /eclass/cvs.eclass | |
parent | darcs.eclass: mark EDARCS_OFFLINE as @USER_VARIABLE (diff) | |
download | gentoo-8fc42a25da7fbefa7e2fb283ab94e3bd4c825484.tar.gz gentoo-8fc42a25da7fbefa7e2fb283ab94e3bd4c825484.tar.bz2 gentoo-8fc42a25da7fbefa7e2fb283ab94e3bd4c825484.zip |
cvs.eclass: mark ECVS_OFFLINE as @USER_VARIABLE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r-- | eclass/cvs.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 134e25a846a1..a8e5ee4cc9a0 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 |