Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:04:27
Message-Id: 1617156162.a14fbbb4742d6d2ecb2ec22935833c31cd4ae90e.sam@gentoo
1 commit: a14fbbb4742d6d2ecb2ec22935833c31cd4ae90e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 00:25:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14fbbb4
7
8 cvs.eclass: mark ECVS_AUTH as @PRE_INHERIT
9
10 Controls the OpenSSH dependency depending on its
11 value in global scope.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 eclass/cvs.eclass | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
19 index dd3cbe135a3..134e25a846a 100644
20 --- a/eclass/cvs.eclass
21 +++ b/eclass/cvs.eclass
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 # @ECLASS: cvs.eclass
28 @@ -131,6 +131,7 @@ _CVS_ECLASS=1
29 #: ${ECVS_BRANCH:="HEAD"}
30
31 # @ECLASS-VARIABLE: ECVS_AUTH
32 +# @PRE_INHERIT
33 # @DESCRIPTION:
34 # Authentication method to use
35 #