projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1411a4
)
dev-php/pecl-yaz: add PHP 7.4 support
author
Thomas Deutschmann
<whissi@gentoo.org>
Fri, 29 Nov 2019 12:34:11 +0000
(13:34 +0100)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Fri, 29 Nov 2019 12:34:11 +0000
(13:34 +0100)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
b/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
index 5a052101b9a094a5de5c1673462795aa3a8e0f39..9f0cd35777ae6faba4e1191d49377071a9fe28b6 100644
(file)
--- a/
dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
+++ b/
dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild
@@
-1,14
+1,14
@@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=
6
+EAPI=
7
PHP_EXT_NAME="yaz"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS=( README )
-USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
+USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3
php7-4
"
inherit php-ext-pecl-r3