www-apps/tt-rss: intl USE flag on PHP required now
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 26 May 2019 21:01:20 +0000 (22:01 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 26 May 2019 21:01:20 +0000 (22:01 +0100)
Closes: https://bugs.gentoo.org/686600
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
www-apps/tt-rss/tt-rss-99999999.ebuild

index b611aa54bd70e68405ded5605b92b2b6defbfef2..1f943ca2154ac9060ca9181b86824ba95908fce8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,8 +16,8 @@ REQUIRED_USE="|| ( mysqli postgres )"
 DEPEND="daemon? ( acl? ( sys-apps/acl ) )"
 
 RDEPEND="${DEPEND}
-       daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,cli,pcntl,pdo] )
-       !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,pdo] )
+       daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,cli,intl,pcntl,pdo] )
+       !daemon? ( dev-lang/php:*[mysqli?,postgres?,curl,intl,pdo] )
        virtual/httpd-php:*"
 
 DEPEND="!vhosts? ( ${DEPEND} )"