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:30
Message-Id: 1617156176.e81779f227220898f30c4bb8f49e0d4a72f8ea11.sam@gentoo
1 commit: e81779f227220898f30c4bb8f49e0d4a72f8ea11
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 01:16:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81779f2
7
8 texlive-module.eclass: mark TEXLIVE_MODULE_*_CONTENTS as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/texlive-module.eclass | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
16 index 15988fb4b54..22b74237a4f 100644
17 --- a/eclass/texlive-module.eclass
18 +++ b/eclass/texlive-module.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: texlive-module.eclass
25 @@ -24,6 +24,7 @@
26 # bash array.
27
28 # @ECLASS-VARIABLE: TEXLIVE_MODULE_CONTENTS
29 +# @PRE_INHERIT
30 # @REQUIRED
31 # @DESCRIPTION:
32 # The list of packages that will be installed. This variable will be expanded to
33 @@ -31,12 +32,14 @@
34 # foo -> texlive-module-foo-${PV}.tar.xz
35
36 # @ECLASS-VARIABLE: TEXLIVE_MODULE_DOC_CONTENTS
37 +# @PRE_INHERIT
38 # @REQUIRED
39 # @DESCRIPTION:
40 # The list of packages that will be installed if the doc useflag is enabled.
41 # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS.
42
43 # @ECLASS-VARIABLE: TEXLIVE_MODULE_SRC_CONTENTS
44 +# @PRE_INHERIT
45 # @REQUIRED
46 # @DESCRIPTION:
47 # The list of packages that will be installed if the source useflag is enabled.