diff options
author | 2021-02-27 21:42:38 +0100 | |
---|---|---|
committer | 2021-02-27 21:42:38 +0100 | |
commit | 9aac2b3edc48a28b57c0cb5961b6c4e5602d5d96 (patch) | |
tree | 3e7c6eec669aae7aa5cf87e5c5c15fb87b8d7d4f /dev-php | |
parent | app-admin/s-tui: bump to 1.1.1 (diff) | |
download | guru-9aac2b3edc48a28b57c0cb5961b6c4e5602d5d96.tar.gz guru-9aac2b3edc48a28b57c0cb5961b6c4e5602d5d96.tar.bz2 guru-9aac2b3edc48a28b57c0cb5961b6c4e5602d5d96.zip |
dev-php/pecl-inotify: drop php:7.2, removed from ::gentoo
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild index dca262b8e..9d0670598 100644 --- a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild +++ b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz" -USE_PHP="php7-2 php7-3" +USE_PHP="php7-3" inherit php-ext-pecl-r3 |