diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-05-26 22:01:20 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-05-26 22:01:20 +0100 |
commit | 28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6 (patch) | |
tree | aa96bcdec1f0689d78292d427124c9aaa5480112 /www-apps | |
parent | net-print/cndrvcups-lb: [QA] Remove unused virtual/jpeg dependency (diff) | |
download | gentoo-28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6.tar.gz gentoo-28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6.tar.bz2 gentoo-28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6.zip |
www-apps/tt-rss: intl USE flag on PHP required now
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>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/tt-rss/tt-rss-99999999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/tt-rss/tt-rss-99999999.ebuild b/www-apps/tt-rss/tt-rss-99999999.ebuild index b611aa54bd70..1f943ca2154a 100644 --- a/www-apps/tt-rss/tt-rss-99999999.ebuild +++ b/www-apps/tt-rss/tt-rss-99999999.ebuild @@ -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} )" |