summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/owncloud/owncloud-10.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/owncloud/owncloud-10.7.0.ebuild b/www-apps/owncloud/owncloud-10.7.0.ebuild
index 0b560a4d0fee..f379b0cf2d4d 100644
--- a/www-apps/owncloud/owncloud-10.7.0.ebuild
+++ b/www-apps/owncloud/owncloud-10.7.0.ebuild
@@ -15,7 +15,7 @@ IUSE="+curl mysql postgres +sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"
DEPEND=""
-RDEPEND=">=dev-lang/php-7.0[curl?,filter,gd,hash(+),intl,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+RDEPEND=">=dev-lang/php-7.0[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
virtual/httpd-php"
PATCHES=( "${FILESDIR}"/${P}-share_data_exposure.patch )