commit: 2525b515c1601da8b2a95e988258cc9f7a4ad386 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Mon Dec 14 20:49:40 2020 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Dec 15 21:22:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2525b515
mail-client/roundcube: php-8 always has json so dropped the flag Closes: https://bugs.gentoo.org/758995 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18657 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> mail-client/roundcube/roundcube-1.4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/roundcube/roundcube-1.4.9.ebuild b/mail-client/roundcube/roundcube-1.4.9.ebuild index 6d3b3ede4e4..e3ccf0af49a 100644 --- a/mail-client/roundcube/roundcube-1.4.9.ebuild +++ b/mail-client/roundcube/roundcube-1.4.9.ebuild @@ -26,7 +26,7 @@ need_httpd_cgi RDEPEND=" ${DEPEND} - >=dev-lang/php-5.4.0[filter,gd,iconv,json,ldap?,pdo,postgres?,session,sqlite?,ssl?,unicode,xml] + >=dev-lang/php-5.4.0[filter,gd,iconv,json(+),ldap?,pdo,postgres?,session,sqlite?,ssl?,unicode,xml] virtual/httpd-php change-password? ( dev-lang/php[sockets]
