commit: 8d9ffefa668ff8e90057aed2eccddc85c63ba423
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Sep 15 15:31:57 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 15:31:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d9ffefa
dev-php/pecl-inotify: disable support for php 7.4
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 7f889900ae..c2207cc76b 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