diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-29 13:57:01 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-29 13:57:01 +0100 |
commit | a4ebd301e68ce1879bd0db75d1ad593841f71877 (patch) | |
tree | a5f65de31006e553d185aac7308b39776185ec03 /dev-php | |
parent | dev-php/pecl-uploadprogress: add PHP 7.4 support (diff) | |
download | gentoo-a4ebd301e68ce1879bd0db75d1ad593841f71877.tar.gz gentoo-a4ebd301e68ce1879bd0db75d1ad593841f71877.tar.bz2 gentoo-a4ebd301e68ce1879bd0db75d1ad593841f71877.zip |
dev-php/pecl-translit: 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')
-rw-r--r-- | dev-php/pecl-translit/pecl-translit-0.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-translit/pecl-translit-0.6.3.ebuild b/dev-php/pecl-translit/pecl-translit-0.6.3.ebuild index b0b109824d15..60031ae382c4 100644 --- a/dev-php/pecl-translit/pecl-translit-0.6.3.ebuild +++ b/dev-php/pecl-translit/pecl-translit-0.6.3.ebuild @@ -7,7 +7,7 @@ PHP_EXT_NAME="translit" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php7-1 php7-2 php7-3" +USE_PHP="php7-1 php7-2 php7-3 php7-4" PHP_EXT_NAME="translit" inherit php-ext-source-r3 |