Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-uploadprogress/
Date: Fri, 07 Jun 2019 14:14:13
Message-Id: 1559916465.9ad6a0946cae13291bb8b09f2b93bf462901d137.whissi@gentoo
1 commit: 9ad6a0946cae13291bb8b09f2b93bf462901d137
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 7 11:52:58 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 7 14:07:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad6a094
7
8 dev-php/pecl-uploadprogress: add PHP 7.3 support
9
10 Closes: https://bugs.gentoo.org/675172
11 Package-Manager: Portage-2.3.67, Repoman-2.3.14
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 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
18 index 062036ebd69..2567eab87ec 100644
19 --- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild
20 +++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r4.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -USE_PHP="php5-6 php7-0 php7-1 php7-2"
29 +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
30
31 inherit php-ext-pecl-r3