commit: f8e05e81b3c9964689ba9f08c78c0e75d7ab6962
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 9 12:55:41 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 9 15:07:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e05e81
dev-php/pecl-dio: Revbump for PHP 7.2 support
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-php/pecl-dio/{pecl-dio-0.1.0.ebuild => pecl-dio-0.1.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 cf38fc0e688..113db6ef9fb 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}"