diff options
author | Brian Evans <grknight@gentoo.org> | 2018-04-05 11:04:19 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-04-06 09:47:50 -0400 |
commit | 63da9745ea99790914f34b321b064db64cd3cd5f (patch) | |
tree | 761e65b392799667d6c4acfae4b19ebd9ffd2eec /dev-php/pecl-yaz | |
parent | dev-libs/libressl: remove vulnerable versions, bug #652676 (diff) | |
download | gentoo-63da9745ea99790914f34b321b064db64cd3cd5f.tar.gz gentoo-63da9745ea99790914f34b321b064db64cd3cd5f.tar.bz2 gentoo-63da9745ea99790914f34b321b064db64cd3cd5f.zip |
dev-php/pecl-yaz: Revbump for php 7.2 support
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-php/pecl-yaz')
-rw-r--r-- | dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild (renamed from dev-php/pecl-yaz/pecl-yaz-1.2.2.ebuild) | 4 |
1 files 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 index 8c86ba44950b..aa7a51a8b8ad 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 |