From 8d9ffefa668ff8e90057aed2eccddc85c63ba423 Mon Sep 17 00:00:00 2001 From: David Roman Date: Fri, 15 Sep 2023 17:31:57 +0200 Subject: [PATCH] dev-php/pecl-inotify: disable support for php 7.4 Signed-off-by: David Roman --- 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