From: Brian Evans Date: Mon, 9 Apr 2018 12:55:41 +0000 (-0400) Subject: dev-php/pecl-dio: Revbump for PHP 7.2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f8e05e81b3c9964689ba9f08c78c0e75d7ab6962;p=gentoo.git dev-php/pecl-dio: Revbump for PHP 7.2 support Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/dev-php/pecl-dio/pecl-dio-0.1.0.ebuild b/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild similarity index 81% rename from dev-php/pecl-dio/pecl-dio-0.1.0.ebuild rename to dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild index cf38fc0e688f..113db6ef9fb0 100644 --- a/dev-php/pecl-dio/pecl-dio-0.1.0.ebuild +++ b/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,7 +7,7 @@ PHP_EXT_NAME="dio" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php5-6 php7-0 php7-1" +USE_PHP="php5-6 php7-0 php7-1 php7-2" MY_PV=${PV/_rc/RC} PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"