summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2018-08-29 21:05:16 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2018-08-29 21:05:16 +0200
commit91690e19af645602b08e899b9f89205738612634 (patch)
tree2233135dcb1c2befc8a7bbe01ac80fe6405eb694 /www-apps
parentwww-apps/nextcloud: drop old (diff)
downloadgentoo-91690e19af645602b08e899b9f89205738612634.tar.gz
gentoo-91690e19af645602b08e899b9f89205738612634.tar.bz2
gentoo-91690e19af645602b08e899b9f89205738612634.zip
www-apps/nextcloud: require USE=truetype for php
Dependency edited in current revision as this is a heavy webapp with frequent updates Thanks gerion for the bug report and investigation Closes: https://bugs.gentoo.org/657770 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/nextcloud/nextcloud-13.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/nextcloud/nextcloud-13.0.5.ebuild b/www-apps/nextcloud/nextcloud-13.0.5.ebuild
index f7e6255e6454..92163a886deb 100644
--- a/www-apps/nextcloud/nextcloud-13.0.5.ebuild
+++ b/www-apps/nextcloud/nextcloud-13.0.5.ebuild
@@ -15,7 +15,7 @@ IUSE="+curl mysql postgres +sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"
DEPEND=""
-RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
virtual/httpd-php"
S=${WORKDIR}/${PN}