From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A14D158089 for ; Fri, 15 Sep 2023 15:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90ABE2BC022; Fri, 15 Sep 2023 15:33:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77DD52BC022 for ; Fri, 15 Sep 2023 15:33:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85429335D1C for ; Fri, 15 Sep 2023 15:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB9311A7 for ; Fri, 15 Sep 2023 15:33:06 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1694791917.8d9ffefa668ff8e90057aed2eccddc85c63ba423.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-php/pecl-inotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild X-VCS-Directories: dev-php/pecl-inotify/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8d9ffefa668ff8e90057aed2eccddc85c63ba423 X-VCS-Branch: dev Date: Fri, 15 Sep 2023 15:33:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29f2d19d-a214-4198-b0ab-0ad444e6b976 X-Archives-Hash: 01a1dcfc52155ff6a1a04a2c68bc7887 commit: 8d9ffefa668ff8e90057aed2eccddc85c63ba423 Author: David Roman gmail com> AuthorDate: Fri Sep 15 15:31:57 2023 +0000 Commit: David Roman gmail com> 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 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