commit: 23fc73ab6de0221a00ed32417daacec1a552c45b
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 18 12:03:29 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Jan 18 12:19:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23fc73ab
dev-php/pecl-inotify: drop php8-0
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
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