diff options
author | David Roman <davidroman96@gmail.com> | 2023-09-15 17:31:57 +0200 |
---|---|---|
committer | David Roman <davidroman96@gmail.com> | 2023-09-15 17:31:57 +0200 |
commit | 8d9ffefa668ff8e90057aed2eccddc85c63ba423 (patch) | |
tree | a533c7a24be361950094cfbaa10955ad0e9532e5 /dev-php | |
parent | app-crypt/tpm2-openssl: treeclean, moved to ::gentoo (diff) | |
download | guru-8d9ffefa668ff8e90057aed2eccddc85c63ba423.tar.gz guru-8d9ffefa668ff8e90057aed2eccddc85c63ba423.tar.bz2 guru-8d9ffefa668ff8e90057aed2eccddc85c63ba423.zip |
dev-php/pecl-inotify: disable support for php 7.4
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild index 7f889900a..c2207cc76 100644 --- a/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild +++ b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz" -USE_PHP="php7-4 php8-0 php8-1" +USE_PHP="php8-0 php8-1" inherit php-ext-pecl-r3 |