Skip to content

Commit

Permalink
dev-php/pecl-uploadprogress: add PHP 7.4 support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Nov 29, 2019
1 parent 1551d6c commit 2660f92
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4"

inherit php-ext-pecl-r3

Expand All @@ -18,5 +18,7 @@ RDEPEND="
php_targets_php7-0? ( dev-lang/php:7.0[apache2] )
php_targets_php7-1? ( dev-lang/php:7.1[apache2] )
php_targets_php7-2? ( dev-lang/php:7.2[apache2] )
php_targets_php7-3? ( dev-lang/php:7.3[apache2] )
php_targets_php7-4? ( dev-lang/php:7.4[apache2] )
"
PATCHES=( "${FILESDIR}/1.0.3.1-php7.patch" )

0 comments on commit 2660f92

Please sign in to comment.