From 91690e19af645602b08e899b9f89205738612634 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Wed, 29 Aug 2018 21:05:16 +0200 Subject: 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 --- www-apps/nextcloud/nextcloud-13.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-apps') 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} -- cgit v1.2.3