Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-eio/
Date: Thu, 28 Nov 2019 22:48:04
Message-Id: 1574981268.1cba3e86ee27c9ce4b7d27017500fd1b50bfa495.whissi@gentoo
1 commit: 1cba3e86ee27c9ce4b7d27017500fd1b50bfa495
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 22:11:20 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 22:47:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cba3e86
7
8 dev-php/pecl-eio: add PHP 7.4 support
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-eio/pecl-eio-2.0.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild
17 index 571ac16c43f..2c0e722da89 100644
18 --- a/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild
19 +++ b/dev-php/pecl-eio/pecl-eio-2.0.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -7,7 +7,7 @@ PHP_EXT_INI="yes"
27 PHP_EXT_ZENDEXT="no"
28 DOCS=( README.md )
29
30 -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
31 +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4"
32 inherit php-ext-pecl-r3
33
34 KEYWORDS="~amd64 ~x86"