diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-21 08:56:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-21 09:54:24 +0200 |
commit | 919d2e8bb0ec129cffec7f004e03cc1907cc0798 (patch) | |
tree | b6bd91b8658fd04fe166e6cd730089a9785533d2 | |
parent | java-utils-2.eclass: Fix incorrect multi-line @RETURN in doc (diff) | |
download | gentoo-919d2e8bb0ec129cffec7f004e03cc1907cc0798.tar.gz gentoo-919d2e8bb0ec129cffec7f004e03cc1907cc0798.tar.bz2 gentoo-919d2e8bb0ec129cffec7f004e03cc1907cc0798.zip |
stardict.eclass: Fix incorrect start tag
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | eclass/stardict.eclass | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index d07fee03b446..74a93b3f7c56 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.eclass @@ -1,10 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# @NAME: stardict.eclass -# @AUTHOR: Alastair Tse <liquidx@gentoo.org> +# @ECLASS: stardict.eclass +# @MAINTAINER: +# No maintainer <maintainer-needed@gentoo.org> +# @AUTHOR: +# Alastair Tse <liquidx@gentoo.org> # @SUPPORTED_EAPIS: 6 7 # @BLURB: Convenience class to do stardict dictionary installations. +# @DESCRIPTION: # Usage: # - Variables to set : # * FROM_LANG - From this language |