summaryrefslogtreecommitdiff
path: root/eclass/myspell-r2.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/myspell-r2.eclass')
-rw-r--r--eclass/myspell-r2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass
index 7ffdd3631eae..6dbd1e19e133 100644
--- a/eclass/myspell-r2.eclass
+++ b/eclass/myspell-r2.eclass
@@ -12,19 +12,19 @@
# The myspell-r2 eclass is designed to streamline the construction of ebuilds for
# the new Myspell dictionaries which support hunspell.
-# @ECLASS-VARIABLE: MYSPELL_DICT
+# @ECLASS_VARIABLE: MYSPELL_DICT
# @DEFAULT_UNSET
# @DESCRIPTION:
# Array variable containing list of all dictionary files.
# MYSPELL_DICT=( "file.dic" "dir/file2.aff" )
-# @ECLASS-VARIABLE: MYSPELL_HYPH
+# @ECLASS_VARIABLE: MYSPELL_HYPH
# @DEFAULT_UNSET
# @DESCRIPTION:
# Array variable containing list of all hyphenation files.
# MYSPELL_HYPH=( "file.dic" "dir/file2.dic" )
-# @ECLASS-VARIABLE: MYSPELL_THES
+# @ECLASS_VARIABLE: MYSPELL_THES
# @DEFAULT_UNSET
# @DESCRIPTION:
# Array variable containing list of all thesarus files.