diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-28 23:10:19 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-28 23:47:47 +0100 |
commit | 4a05958f285f7a60c0ebbbc9e07f8283df842c25 (patch) | |
tree | 324e7f2e4c251957017e9f3b1fdd3480ef636110 /dev-php/pecl-dio | |
parent | dev-php/pecl-dbase: add PHP 7.4 support (diff) | |
download | gentoo-4a05958f285f7a60c0ebbbc9e07f8283df842c25.tar.gz gentoo-4a05958f285f7a60c0ebbbc9e07f8283df842c25.tar.bz2 gentoo-4a05958f285f7a60c0ebbbc9e07f8283df842c25.zip |
dev-php/pecl-dio: add PHP 7.4 support
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/pecl-dio')
-rw-r--r-- | dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild b/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild index 323457f98765..7d9f4db0e722 100644 --- a/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild +++ b/dev-php/pecl-dio/pecl-dio-0.1.0-r1.ebuild @@ -7,7 +7,7 @@ PHP_EXT_NAME="dio" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php5-6 php7-1 php7-2 php7-3" +USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4" MY_PV=${PV/_rc/RC} PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}" |