commit: 9b2ce54ab070833e3668c3271cad85bec300014a Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 11 19:21:55 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 11 19:46:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2ce54a
www-apps/phpBB: Depend on virtual/imagemagick-tools Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3907 www-apps/phpBB/{phpBB-3.1.10.ebuild => phpBB-3.1.10-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/phpBB/phpBB-3.1.10.ebuild b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild similarity index 93% rename from www-apps/phpBB/phpBB-3.1.10.ebuild rename to www-apps/phpBB/phpBB-3.1.10-r1.ebuild index c5880ae562..55ceabc6bc 100644 --- a/www-apps/phpBB/phpBB-3.1.10.ebuild +++ b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild @@ -16,7 +16,7 @@ IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib" PHPV="5*:*" RDEPEND="=virtual/httpd-php-${PHPV} =dev-lang/php-${PHPV}[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml?,zlib?] - imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )" + imagemagick? ( virtual/imagemagick-tools )" need_httpd_cgi
