aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-31 00:44:47 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-31 01:04:22 +0200
commit4fa55c346eaf1b77cd42dc02679a527078f9832f (patch)
tree4857e38554fa5ca47bab773ec540fa4b6a788f7e
parentdev-cpp/dtl: drop 1.19_p20210531 (diff)
downloadguru-4fa55c346eaf1b77cd42dc02679a527078f9832f.tar.gz
guru-4fa55c346eaf1b77cd42dc02679a527078f9832f.tar.bz2
guru-4fa55c346eaf1b77cd42dc02679a527078f9832f.zip
dev-php/pecl-inotify: EAPI 8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild (renamed from dev-php/pecl-inotify/pecl-inotify-3.0.0.ebuild)6
1 files changed, 3 insertions, 3 deletions
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
index 25fe6187c..7f889900a 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