diff options
author | 2024-01-18 21:03:29 +0900 | |
---|---|---|
committer | 2024-01-18 21:19:11 +0900 | |
commit | 23fc73ab6de0221a00ed32417daacec1a552c45b (patch) | |
tree | b7cb48b1a293b7c8e6ae5f35e019cb1a0e8ce26f /dev-php | |
parent | net-im/teams-for-linux: add 1.4.3 (diff) | |
download | guru-23fc73ab6de0221a00ed32417daacec1a552c45b.tar.gz guru-23fc73ab6de0221a00ed32417daacec1a552c45b.tar.bz2 guru-23fc73ab6de0221a00ed32417daacec1a552c45b.zip |
dev-php/pecl-inotify: drop php8-0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild | 4 |
1 files 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 c2207cc76..984a98060 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 |