diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-16 17:37:52 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-16 18:13:20 -0500 |
commit | 3b8745f1003c2ef144cba9210bf02766ecc0c9c0 (patch) | |
tree | ac1c7b08cb671294c517070ae152354649ad7c7c /eclass/aspell-dict-r1.eclass | |
parent | eclass/apache-2: fixup documentation (diff) | |
download | gentoo-3b8745f1003c2ef144cba9210bf02766ecc0c9c0.tar.gz gentoo-3b8745f1003c2ef144cba9210bf02766ecc0c9c0.tar.bz2 gentoo-3b8745f1003c2ef144cba9210bf02766ecc0c9c0.zip |
eclass/aspell-dict-r1: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/aspell-dict-r1.eclass')
-rw-r--r-- | eclass/aspell-dict-r1.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/aspell-dict-r1.eclass b/eclass/aspell-dict-r1.eclass index d633d991c5e5..d6b85565a10c 100644 --- a/eclass/aspell-dict-r1.eclass +++ b/eclass/aspell-dict-r1.eclass @@ -42,6 +42,11 @@ esac EXPORT_FUNCTIONS src_configure src_install +# @VARIABLE: _ASPELL_DICT_R1 +# @INTERNAL +# @DESCRIPTION: +# Please document me + if [[ ! ${_ASPELL_DICT_R1} ]]; then # aspell packages have an idiosyncratic versioning scheme, that is |