aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2023-09-15 17:31:57 +0200
committerDavid Roman <davidroman96@gmail.com>2023-09-15 17:31:57 +0200
commit8d9ffefa668ff8e90057aed2eccddc85c63ba423 (patch)
treea533c7a24be361950094cfbaa10955ad0e9532e5 /dev-php
parentapp-crypt/tpm2-openssl: treeclean, moved to ::gentoo (diff)
downloadguru-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.ebuild2
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