Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/tt-rss/
Date: Sun, 26 May 2019 21:01:55
Message-Id: 1558904480.28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6.chewi@gentoo
1 commit: 28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 21:01:20 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 21:01:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28446e08
7
8 www-apps/tt-rss: intl USE flag on PHP required now
9
10 Closes: https://bugs.gentoo.org/686600
11 Package-Manager: Portage-2.3.67, Repoman-2.3.12
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 www-apps/tt-rss/tt-rss-99999999.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild
18 index b611aa54bd7..1f943ca2154 100644
19 --- a/www-apps/tt-rss/tt-rss-99999999.ebuild
20 +++ b/www-apps/tt-rss/tt-rss-99999999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,8 +16,8 @@ REQUIRED_USE="|| ( mysqli postgres )"
28 DEPEND="daemon? ( acl? ( sys-apps/acl ) )"
29
30 RDEPEND="${DEPEND}
31 - daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,cli,pcntl,pdo] )
32 - !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,pdo] )
33 + daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,cli,intl,pcntl,pdo] )
34 + !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,intl,pdo] )
35 virtual/httpd-php:*"
36
37 DEPEND="!vhosts? ( ${DEPEND} )"