From: Thomas Deutschmann Date: Fri, 7 Jun 2019 11:52:58 +0000 (+0200) Subject: dev-php/pecl-uploadprogress: add PHP 7.3 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ad6a0946cae13291bb8b09f2b93bf462901d137;p=gentoo.git dev-php/pecl-uploadprogress: add PHP 7.3 support Closes: https://bugs.gentoo.org/675172 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild index 062036ebd698..2567eab87ec1 100644 --- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild +++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_PHP="php5-6 php7-0 php7-1 php7-2" +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" inherit php-ext-pecl-r3