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 05:20:31
Message-Id: 1617167991.4269564026d211614f4b85a23148ec65d1ed15cc.sam@gentoo
1 commit: 4269564026d211614f4b85a23148ec65d1ed15cc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:28:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42695640
7
8 aspell-dict-r1.eclass: mark ASPELL_{LANG, VERSION} as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/aspell-dict-r1.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/aspell-dict-r1.eclass b/eclass/aspell-dict-r1.eclass
16 index 4d0e64ed4e7..24bc5ff2799 100644
17 --- a/eclass/aspell-dict-r1.eclass
18 +++ b/eclass/aspell-dict-r1.eclass
19 @@ -15,6 +15,7 @@
20 # Support for aspell-0.60 has been added by Sergey Ulanov.
21
22 # @ECLASS-VARIABLE: ASPELL_LANG
23 +# @PRE_INHERIT
24 # @REQUIRED
25 # @DESCRIPTION:
26 # Pure cleartext string that is included into DESCRIPTION.
27 @@ -28,6 +29,7 @@
28 readonly ASPELL_SPELLANG=${PN/aspell-/}
29
30 # @ECLASS-VARIABLE: ASPELL_VERSION
31 +# @PRE_INHERIT
32 # @DEFAULT_UNSET
33 # @DESCRIPTION:
34 # What major version of Aspell is this dictionary for? Valid values are 5, 6 or undefined.