commit: 3cd8ae038471798b36790a8e71f674aa8cfd4058 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de> AuthorDate: Mon Jan 11 12:26:53 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jan 15 12:13:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd8ae03
www-apps/davical: rdepend on <dev-lang/php-8 >=dev-lang/php-8 is incompatible with davical Closes: https://bugs.gentoo.org/764908 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/19030 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-apps/davical/davical-1.1.9.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www-apps/davical/davical-1.1.9.3.ebuild b/www-apps/davical/davical-1.1.9.3.ebuild index 4df670a5ffa..99d1d74b7eb 100644 --- a/www-apps/davical/davical-1.1.9.3.ebuild +++ b/www-apps/davical/davical-1.1.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,8 +15,9 @@ IUSE="ldap" BDEPEND="sys-devel/gettext" +# >=dev-lang/php-8:curly braces string offset access was removed (Bug 764908) RDEPEND="app-admin/pwgen - dev-lang/php:*[calendar,curl,iconv,imap,ldap?,nls,pdo,postgres,xml] + <dev-lang/php-8:*[calendar,curl,iconv,imap,ldap?,nls,pdo,postgres,xml] dev-perl/DBD-Pg dev-perl/DBI dev-perl/YAML
