commit: 63da9745ea99790914f34b321b064db64cd3cd5f Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Apr 5 15:04:19 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Apr 6 13:47:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63da9745
dev-php/pecl-yaz: Revbump for php 7.2 support Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-php/pecl-yaz/{pecl-yaz-1.2.2.ebuild => pecl-yaz-1.2.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild similarity index 85% rename from dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild rename to dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild index 8c86ba44950..aa7a51a8b8a 100644 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.2-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 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README ) -USE_PHP="php5-6 php7-0 php7-1" +USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-pecl-r3