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 30371139082 for ; Mon, 27 Nov 2017 15:00:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8020FE0ECB; Mon, 27 Nov 2017 15:00:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5C22BE0ECB for ; Mon, 27 Nov 2017 15:00:12 +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 9D05E33BF55 for ; Mon, 27 Nov 2017 15:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3ED4A96A for ; Mon, 27 Nov 2017 15:00:01 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1511794701.c1c7b402a661291e229c491c941b8f1b011ac1ea.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-58.0_beta6.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: c1c7b402a661291e229c491c941b8f1b011ac1ea X-VCS-Branch: master Date: Mon, 27 Nov 2017 15:00:01 +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-Archives-Salt: 4c3fe974-5aa2-41ea-b12d-693b3960532d X-Archives-Hash: cc5086610d701fac96a669e1cc8338d0 commit: c1c7b402a661291e229c491c941b8f1b011ac1ea Author: Jory A. Pratt gentoo org> AuthorDate: Mon Nov 27 14:58:21 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Nov 27 14:58:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c1c7b402 www-client/firefox - start updating deps as required www-client/firefox/firefox-58.0_beta6.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/firefox-58.0_beta6.ebuild b/www-client/firefox/firefox-58.0_beta6.ebuild index 2500c01..c3df349 100644 --- a/www-client/firefox/firefox-58.0_beta6.ebuild +++ b/www-client/firefox/firefox-58.0_beta6.ebuild @@ -56,10 +56,12 @@ RDEPEND=" selinux? ( sec-policy/selinux-mozilla )" DEPEND="${RDEPEND} - pgo? ( >=sys-devel/gcc-4.5 ) - amd64? ( ${ASM_DEPEND} virtual/opengl - >=sys-devel/llvm-4.0.1 - >=sys-devel/clang-4.0.1 ) + >=virtual/rust-1.21.0 + >=dev-util/cargo-0.22.0 + >=sys-devel/llvm-4.0.1 + >=sys-devel/clang-4.0.1 + pgo? ( >=sys-devel/gcc-4.9.0 ) + amd64? ( ${ASM_DEPEND} virtual/opengl ) x86? ( ${ASM_DEPEND} virtual/opengl )" S="${WORKDIR}/firefox-${MOZ_PV}"