From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33725138334 for ; Sun, 26 May 2019 21:01:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2823CE086A; Sun, 26 May 2019 21:01:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D15F4E086A for ; Sun, 26 May 2019 21:01:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31D7D3450DE for ; Sun, 26 May 2019 21:01:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB6A5EF for ; Sun, 26 May 2019 21:01:49 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1558904480.28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/tt-rss/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/tt-rss/tt-rss-99999999.ebuild X-VCS-Directories: www-apps/tt-rss/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6 X-VCS-Branch: master Date: Sun, 26 May 2019 21:01:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d267df9-9096-4003-ac3f-e99ed3ff5597 X-Archives-Hash: e1d5819cf7de4d06b12b2bbbdcb1ce04 commit: 28446e089cef6c3e7bf5f0cc89f4ec99d8b352b6 Author: James Le Cuirot gentoo org> AuthorDate: Sun May 26 21:01:20 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun May 26 21:01:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28446e08 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 gentoo.org> www-apps/tt-rss/tt-rss-99999999.ebuild | 6 +++--- 1 file 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 b611aa54bd7..1f943ca2154 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} )"