diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 01:25:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:02:42 +0100 |
commit | a14fbbb4742d6d2ecb2ec22935833c31cd4ae90e (patch) | |
tree | 10bece41d1b684ddf3910eced6b9b2cdbcc50d6c /eclass/cvs.eclass | |
parent | tmpfiles.eclass: mark TMPFILES_OPTIONAL as @PRE_INHERIT (diff) | |
download | gentoo-a14fbbb4742d6d2ecb2ec22935833c31cd4ae90e.tar.gz gentoo-a14fbbb4742d6d2ecb2ec22935833c31cd4ae90e.tar.bz2 gentoo-a14fbbb4742d6d2ecb2ec22935833c31cd4ae90e.zip |
cvs.eclass: mark ECVS_AUTH as @PRE_INHERIT
Controls the OpenSSH dependency depending on its
value in global scope.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r-- | eclass/cvs.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index dd3cbe135a39..134e25a846a1 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: cvs.eclass @@ -131,6 +131,7 @@ _CVS_ECLASS=1 #: ${ECVS_BRANCH:="HEAD"} # @ECLASS-VARIABLE: ECVS_AUTH +# @PRE_INHERIT # @DESCRIPTION: # Authentication method to use # |