diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-10 09:35:42 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-10 10:01:27 -0400 |
commit | de4b9ec57e36e2c63c99b03180f35dfdf3d5f1ca (patch) | |
tree | e0c4d00cd77a376ca2065229e0a93d65d0f26140 /dev-php | |
parent | dev-php/PEAR-HTML_QuickForm2: Revbump for EAPI and eclass change; fix descrip... (diff) | |
download | gentoo-de4b9ec57e36e2c63c99b03180f35dfdf3d5f1ca.tar.gz gentoo-de4b9ec57e36e2c63c99b03180f35dfdf3d5f1ca.tar.bz2 gentoo-de4b9ec57e36e2c63c99b03180f35dfdf3d5f1ca.zip |
dev-php/PEAR-PHP_CompatInfo: Update EAPI and description
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild | 6 |
1 files 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 94870aef994d..7ce4c9aa4cb0 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" |