commit: fea6527160bc8390ae4c6c43febb6f0e537cc263 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:38:41 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:38:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea65271
php-ext-pecl-r3.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/php-ext-pecl-r3.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/php-ext-pecl-r3.eclass b/eclass/php-ext-pecl-r3.eclass index eaf20e026f9..f3977b225aa 100644 --- a/eclass/php-ext-pecl-r3.eclass +++ b/eclass/php-ext-pecl-r3.eclass @@ -4,8 +4,8 @@ # @ECLASS: php-ext-pecl-r3.eclass # @MAINTAINER: # Gentoo PHP team <[email protected]> -# @BLURB: A uniform way to install PECL extensions # @SUPPORTED_EAPIS: 6 7 +# @BLURB: A uniform way to install PECL extensions # @DESCRIPTION: # This eclass should be used by all dev-php/pecl-* ebuilds as a uniform # way of installing PECL extensions. For more information about PECL,
