Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
Date: Sat, 11 Feb 2017 19:49:49
Message-Id: 1486842376.9b2ce54ab070833e3668c3271cad85bec300014a.soap@gentoo
1 commit: 9b2ce54ab070833e3668c3271cad85bec300014a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 19:21:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 19:46:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2ce54a
7
8 www-apps/phpBB: Depend on virtual/imagemagick-tools
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3907
12
13 www-apps/phpBB/{phpBB-3.1.10.ebuild => phpBB-3.1.10-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-apps/phpBB/phpBB-3.1.10.ebuild b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
17 similarity index 93%
18 rename from www-apps/phpBB/phpBB-3.1.10.ebuild
19 rename to www-apps/phpBB/phpBB-3.1.10-r1.ebuild
20 index c5880ae562..55ceabc6bc 100644
21 --- a/www-apps/phpBB/phpBB-3.1.10.ebuild
22 +++ b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
23 @@ -16,7 +16,7 @@ IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib"
24 PHPV="5*:*"
25 RDEPEND="=virtual/httpd-php-${PHPV}
26 =dev-lang/php-${PHPV}[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml?,zlib?]
27 - imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )"
28 + imagemagick? ( virtual/imagemagick-tools )"
29
30 need_httpd_cgi