diff options
author | 2019-11-29 14:24:25 +0100 | |
---|---|---|
committer | 2019-11-29 14:24:25 +0100 | |
commit | 3c99501301c6f3515d6199a8314955f5b55d4cc6 (patch) | |
tree | 72f57e4463bd6b936111c3eed940d11666432438 /dev-php/pecl-pam | |
parent | dev-php/pecl-ps: fix tests (diff) | |
download | gentoo-3c99501301c6f3515d6199a8314955f5b55d4cc6.tar.gz gentoo-3c99501301c6f3515d6199a8314955f5b55d4cc6.tar.bz2 gentoo-3c99501301c6f3515d6199a8314955f5b55d4cc6.zip |
dev-php/pecl-pam: 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-pam')
-rw-r--r-- | dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild b/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild index b01c985412fd..233b87e332c2 100644 --- a/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild +++ b/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README ) -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 pam |