diff options
author | 2021-03-13 19:18:54 +0100 | |
---|---|---|
committer | 2021-03-13 21:02:18 +0100 | |
commit | b625635eca293b36829b265487a1fb7a129f7bd7 (patch) | |
tree | 4ceea25c71098a4a2b6d1bc9ca4e09b51488aefb /eclass/myspell-r2.eclass | |
parent | x11-libs/libdmx: Port to EAPI 7 (diff) | |
download | gentoo-b625635eca293b36829b265487a1fb7a129f7bd7.tar.gz gentoo-b625635eca293b36829b265487a1fb7a129f7bd7.tar.bz2 gentoo-b625635eca293b36829b265487a1fb7a129f7bd7.zip |
eclass/myspell-r2.eclass: fix eclassdoc
Closes: https://bugs.gentoo.org/637816
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'eclass/myspell-r2.eclass')
-rw-r--r-- | eclass/myspell-r2.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index 2de8d14c78b1..b75f8a5b3d62 100644 --- a/eclass/myspell-r2.eclass +++ b/eclass/myspell-r2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: myspell-r2.eclass @@ -18,11 +18,13 @@ EXPORT_FUNCTIONS src_unpack src_install # MYSPELL_DICT=( "file.dic" "dir/file2.aff" ) # @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 +# @DEFAULT_UNSET # @DESCRIPTION: # Array variable containing list of all thesarus files. # MYSPELL_THES=( "file.dat" "dir/file2.idx" ) |