From 23fc73ab6de0221a00ed32417daacec1a552c45b Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Thu, 18 Jan 2024 21:03:29 +0900 Subject: [PATCH] dev-php/pecl-inotify: drop php8-0 Signed-off-by: Takuya Wakazono --- dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 c2207cc76b..984a98060d 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 @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz" -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-pecl-r3