diff options
author | 2022-03-18 21:29:29 +0100 | |
---|---|---|
committer | 2022-03-24 04:58:34 +0100 | |
commit | d7317785d04e7de172de3bff05852fca3cd15af2 (patch) | |
tree | 39f2e24069d903cc05c898c695d9a703fcaf5ca9 /eclass/aspell-dict-r1.eclass | |
parent | app-shells/nushell: Add 0.60.0 (diff) | |
download | gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.gz gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.bz2 gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.zip |
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/aspell-dict-r1.eclass')
-rw-r--r-- | eclass/aspell-dict-r1.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/aspell-dict-r1.eclass b/eclass/aspell-dict-r1.eclass index a779bf96e82b..c95f7c056354 100644 --- a/eclass/aspell-dict-r1.eclass +++ b/eclass/aspell-dict-r1.eclass @@ -14,7 +14,7 @@ # the new Aspell dictionaries (from gnu.org) which support aspell-0.60. # Support for aspell-0.60 has been added by Sergey Ulanov. -# @ECLASS-VARIABLE: ASPELL_LANG +# @ECLASS_VARIABLE: ASPELL_LANG # @PRE_INHERIT # @REQUIRED # @DESCRIPTION: @@ -22,13 +22,13 @@ # This is the name of the language, for instance "Hungarian". # Needs to be defined before inheriting the eclass. -# @ECLASS-VARIABLE: ASPELL_SPELLANG +# @ECLASS_VARIABLE: ASPELL_SPELLANG # @DESCRIPTION: # Short (readonly) form of the language code, generated from ${PN} # For instance, 'aspell-hu' yields the value 'hu'. readonly ASPELL_SPELLANG=${PN/aspell-/} -# @ECLASS-VARIABLE: ASPELL_VERSION +# @ECLASS_VARIABLE: ASPELL_VERSION # @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: |