commit:     91690e19af645602b08e899b9f89205738612634
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 19:05:16 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 19:05:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91690e19

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(-)

diff --git a/www-apps/nextcloud/nextcloud-13.0.5.ebuild 
b/www-apps/nextcloud/nextcloud-13.0.5.ebuild
index f7e6255e645..92163a886de 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}

Reply via email to