summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Schäfer <till2.schaefer@uni-dortmund.de>2021-01-11 13:26:53 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-01-15 14:13:29 +0200
commit3cd8ae038471798b36790a8e71f674aa8cfd4058 (patch)
tree2ab1343eccfe46bf7fdcb7696fe93dcd72570fd4 /www-apps
parentsys-devel/llvm-roc: remove unnecessary slash strip. (diff)
downloadgentoo-3cd8ae038471798b36790a8e71f674aa8cfd4058.tar.gz
gentoo-3cd8ae038471798b36790a8e71f674aa8cfd4058.tar.bz2
gentoo-3cd8ae038471798b36790a8e71f674aa8cfd4058.zip
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@uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/19030 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/davical/davical-1.1.9.3.ebuild5
1 files 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 4df670a5ffac..99d1d74b7ebe 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