Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-php/pecl-inotify/
Date: Sat, 27 Feb 2021 21:23:58
Message-Id: 1614458558.9aac2b3edc48a28b57c0cb5961b6c4e5602d5d96.andrewammerlaan@gentoo
1 commit: 9aac2b3edc48a28b57c0cb5961b6c4e5602d5d96
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Feb 27 20:42:38 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Feb 27 20:42:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9aac2b3e
7
8 dev-php/pecl-inotify: drop php:7.2, removed from ::gentoo
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
17 index dca262b8..9d067059 100644
18 --- a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
19 +++ b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2019-2020 Gentoo Authors
22 +# Copyright 2019-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
27 PHP_EXT_ZENDEXT="no"
28 PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz"
29
30 -USE_PHP="php7-2 php7-3"
31 +USE_PHP="php7-3"
32
33 inherit php-ext-pecl-r3