From 4fa55c346eaf1b77cd42dc02679a527078f9832f Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 31 May 2022 00:44:47 +0200 Subject: [PATCH] dev-php/pecl-inotify: EAPI 8 Signed-off-by: Alessandro Barbieri --- ...cl-inotify-3.0.0.ebuild => pecl-inotify-3.0.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-php/pecl-inotify/{pecl-inotify-3.0.0.ebuild => pecl-inotify-3.0.0-r1.ebuild} (81%) diff --git a/dev-php/pecl-inotify/pecl-inotify-3.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild similarity index 81% rename from dev-php/pecl-inotify/pecl-inotify-3.0.0.ebuild rename to dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild index 25fe6187c8..7f889900ae 100644 --- a/dev-php/pecl-inotify/pecl-inotify-3.0.0.ebuild +++ b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild @@ -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