dev-php/pecl-inotify: EAPI 8

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-31 00:44:47 +02:00
parent e8d209ea6f
commit 4fa55c346e

View File

@@ -1,14 +1,14 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PHP_EXT_NAME="inotify"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz"
USE_PHP="php7-3 php7-4 php8-0"
USE_PHP="php7-4 php8-0 php8-1"
inherit php-ext-pecl-r3