summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-08-06 08:57:40 -0400
committerBrian Evans <grknight@gentoo.org>2019-08-06 08:57:40 -0400
commit2956fc38dd00e39553ca5d10d039e212ffddeaaf (patch)
tree6c570efca41959730a795387be40812ed566d1e5
parentapp-i18n/libskk: Drop old (diff)
downloadgentoo-2956fc38dd00e39553ca5d10d039e212ffddeaaf.tar.gz
gentoo-2956fc38dd00e39553ca5d10d039e212ffddeaaf.tar.bz2
gentoo-2956fc38dd00e39553ca5d10d039e212ffddeaaf.zip
dev-lang/php: Make flatfile USE default on
Due to the profiles having berkdb and/or gdbm enabled by default, tests often fail for the dbm extension of php. Because of said profile defaults, enabling flatfile adds little cost and just supports an additional backend for dbm Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--dev-lang/php/php-7.2.21.ebuild2
-rw-r--r--dev-lang/php/php-7.3.8.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-7.2.21.ebuild b/dev-lang/php/php-7.2.21.ebuild
index 2d85e9d999ef..3163c80e3d4c 100644
--- a/dev-lang/php/php-7.2.21.ebuild
+++ b/dev-lang/php/php-7.2.21.ebuild
@@ -31,7 +31,7 @@ IUSE="${IUSE}
IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
coverage +ctype curl debug
enchant exif +fileinfo +filter firebird
- flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+ +flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb
mhash mssql mysql mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
diff --git a/dev-lang/php/php-7.3.8.ebuild b/dev-lang/php/php-7.3.8.ebuild
index 1e66c720846d..eb9e3727c510 100644
--- a/dev-lang/php/php-7.3.8.ebuild
+++ b/dev-lang/php/php-7.3.8.ebuild
@@ -34,7 +34,7 @@ IUSE="${IUSE}
IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
coverage +ctype curl debug
enchant exif +fileinfo +filter firebird
- flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+ +flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb
mhash mssql mysql mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm