diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-12-26 12:20:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-12-26 22:41:50 +0000 |
commit | 723ad95a0da111b4ac31472389d9d95c3ef9ca15 (patch) | |
tree | e551cf7fb9ce60326a93556042a132c9ae009d30 /eclass/php-pear-r1.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/php-pear-r1.eclass')
-rw-r--r-- | eclass/php-pear-r1.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
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 |