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