diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-29 14:26:19 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-29 14:26:19 +0100 |
commit | 6280f7e2214072e24db96d5fbaa6409ce895fde8 (patch) | |
tree | 5b4ea59750cc0020a9c8ae3b7a1fa4f16218e0b1 | |
parent | dev-php/pecl-ncurses: add PHP 7.4 support (diff) | |
download | gentoo-6280f7e2214072e24db96d5fbaa6409ce895fde8.tar.gz gentoo-6280f7e2214072e24db96d5fbaa6409ce895fde8.tar.bz2 gentoo-6280f7e2214072e24db96d5fbaa6409ce895fde8.zip |
dev-php/pecl-lzf: add PHP 7.4 support
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild b/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild index 042a510621e4..192a06e95b05 100644 --- a/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild +++ b/dev-php/pecl-lzf/pecl-lzf-1.6.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PHP_EXT_NAME="lzf" PHP_EXT_PECL_PKG="LZF" 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" inherit php-ext-pecl-r3 |