diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 05:28:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:19:51 +0100 |
commit | 4269564026d211614f4b85a23148ec65d1ed15cc (patch) | |
tree | 322e6662c52bbb7e8be61316072ee103e79f56b4 /eclass/aspell-dict-r1.eclass | |
parent | postgres-multi.eclass: mark POSTGRES_COMPAT as @PRE_INHERIT (diff) | |
download | gentoo-4269564026d211614f4b85a23148ec65d1ed15cc.tar.gz gentoo-4269564026d211614f4b85a23148ec65d1ed15cc.tar.bz2 gentoo-4269564026d211614f4b85a23148ec65d1ed15cc.zip |
aspell-dict-r1.eclass: mark ASPELL_{LANG, VERSION} as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/aspell-dict-r1.eclass')
-rw-r--r-- | eclass/aspell-dict-r1.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/aspell-dict-r1.eclass b/eclass/aspell-dict-r1.eclass index 4d0e64ed4e79..24bc5ff27996 100644 --- a/eclass/aspell-dict-r1.eclass +++ b/eclass/aspell-dict-r1.eclass @@ -15,6 +15,7 @@ # Support for aspell-0.60 has been added by Sergey Ulanov. # @ECLASS-VARIABLE: ASPELL_LANG +# @PRE_INHERIT # @REQUIRED # @DESCRIPTION: # Pure cleartext string that is included into DESCRIPTION. @@ -28,6 +29,7 @@ readonly ASPELL_SPELLANG=${PN/aspell-/} # @ECLASS-VARIABLE: ASPELL_VERSION +# @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: # What major version of Aspell is this dictionary for? Valid values are 5, 6 or undefined. |