commit: de4b9ec57e36e2c63c99b03180f35dfdf3d5f1ca Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Jul 10 13:35:42 2017 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Jul 10 14:01:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4b9ec5
dev-php/PEAR-PHP_CompatInfo: Update EAPI and description Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild index 94870aef994..7ce4c9aa4cb 100644 --- a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild +++ b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=5 inherit php-pear-r1 -DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run" +DESCRIPTION="Determine minimum version and the extensions required for a piece of code to run" LICENSE="PHP-3.01" SLOT="0"