diff options
author | 2017-12-26 12:20:51 +0000 | |
---|---|---|
committer | 2017-12-26 22:41:50 +0000 | |
commit | 723ad95a0da111b4ac31472389d9d95c3ef9ca15 (patch) | |
tree | e551cf7fb9ce60326a93556042a132c9ae009d30 /eclass | |
parent | sys-fs/cryptsetup: stable 1.7.5 for sparc, bug #641712 (diff) | |
download | gentoo-723ad95a0da111b4ac31472389d9d95c3ef9ca15.tar.gz gentoo-723ad95a0da111b4ac31472389d9d95c3ef9ca15.tar.bz2 gentoo-723ad95a0da111b4ac31472389d9d95c3ef9ca15.zip |
eclass: Fix eclass documentation syntax to fix manpage generation
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql_fx.eclass | 6 | ||||
-rw-r--r-- | eclass/php-pear-r1.eclass | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass index 9d1e5967f673..02c6f846f0f3 100644 --- a/eclass/mysql_fx.eclass +++ b/eclass/mysql_fx.eclass @@ -6,10 +6,10 @@ # Do not use it in new series. # @ECLASS: mysql_fx.eclass -# @AUTHOR: Francesco Riosa (Retired) <vivo@gentoo.org> # @MAINTAINER: -# - MySQL Team <mysql-bugs@gentoo.org> -# - Luca Longinotti <chtekk@gentoo.org> +# - MySQL Team <mysql-bugs@gentoo.org> +# - Luca Longinotti <chtekk@gentoo.org> +# @AUTHOR: Francesco Riosa (Retired) <vivo@gentoo.org> # @BLURB: This eclass provides some helper functions for mysql ebuilds # @DESCRIPTION: # This eclass providers helpers to build mysql servers including patching diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index aac801f79d4f..d565f07a0958 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -51,7 +51,6 @@ fix_PEAR_PV() { } # @ECLASS-VARIABLE: PEAR_PV -# @DEFAULT: PV with _rc->RC, _beta->b, _alpha->a, _pre->pre, _p->p # @DESCRIPTION: # Set in ebuild if the eclass ${PV} mangling breaks SRC_URI for alpha/beta/rc versions [[ -z "${PEAR_PV}" ]] && fix_PEAR_PV |