diff options
| author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 11:34:27 +0300 |
|---|---|---|
| committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 11:34:27 +0300 |
| commit | dcd8006541e78cc81cc15993e20ce16932a55988 (patch) | |
| tree | f8bf8bb5fde8b38ea36eb11b4e46e8aa2ca47f08 /dev-lang/php/php-7.4.15.ebuild | |
| parent | 07b430e690a74e88b1628ae82c4ea9f647b7f7a5 (diff) | |
| download | gentoo-dcd8006541e78cc81cc15993e20ce16932a55988.tar.gz gentoo-dcd8006541e78cc81cc15993e20ce16932a55988.tar.bz2 gentoo-dcd8006541e78cc81cc15993e20ce16932a55988.zip | |
dev-lang/php: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.4.15.ebuild')
| -rw-r--r-- | dev-lang/php/php-7.4.15.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/php/php-7.4.15.ebuild b/dev-lang/php/php-7.4.15.ebuild index a23a91b6bfaa..66581ae2ae3d 100644 --- a/dev-lang/php/php-7.4.15.ebuild +++ b/dev-lang/php/php-7.4.15.ebuild @@ -37,7 +37,7 @@ IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk coverage +ctype curl debug enchant exif ffi +fileinfo +filter firebird +flatfile ftp gd gdbm gmp +iconv imap inifile - intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb + intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit lmdb mhash mssql mysql mysqli nls oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm readline selinux +session session-mm sharedmem @@ -120,8 +120,7 @@ COMMON_DEPEND=" spell? ( >=app-text/aspell-0.50 ) sqlite? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( - !libressl? ( >=dev-libs/openssl-1.0.1:0= ) - libressl? ( dev-libs/libressl:0= ) + >=dev-libs/openssl-1.0.1:0= ) tidy? ( || ( app-text/tidy-html5 app-text/htmltidy ) ) tokyocabinet? ( dev-db/tokyocabinet ) |
