dev-php/pecl-geoip: add PHP 7.4 support

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2019-11-28 23:14:47 +01:00
parent bffc17d1cc
commit e8df448a22

View File

@@ -5,7 +5,7 @@ EAPI=6
PHP_EXT_NAME="geoip"
DOCS="README ChangeLog"
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