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-yaz/
Date: Fri, 29 Nov 2019 13:34:29
Message-Id: 1575030851.dcafc4f2035b34854a2937369ff814aa6001c163.whissi@gentoo
1 commit: dcafc4f2035b34854a2937369ff814aa6001c163
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 12:34:11 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 12:34:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcafc4f2
7
8 dev-php/pecl-yaz: 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-yaz/pecl-yaz-1.2.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
17 index 5a052101b9a..9f0cd35777a 100644
18 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
19 +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
20 @@ -1,14 +1,14 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PHP_EXT_NAME="yaz"
28 PHP_EXT_INI="yes"
29 PHP_EXT_ZENDEXT="no"
30 DOCS=( README )
31
32 -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
33 +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4"
34
35 inherit php-ext-pecl-r3