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 A37131382C5 for ; Wed, 14 Feb 2018 04:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7E2FE09C1; Wed, 14 Feb 2018 04:20:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 97864E09C1 for ; Wed, 14 Feb 2018 04:20:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5831C335C31 for ; Wed, 14 Feb 2018 04:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6DBC1DB for ; Wed, 14 Feb 2018 04:20:47 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1518582040.70c5953d50bd085f6183d98fd9892a07821c1be5.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-59.0_beta9.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 70c5953d50bd085f6183d98fd9892a07821c1be5 X-VCS-Branch: master Date: Wed, 14 Feb 2018 04:20:47 +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: 42312f7f-a4dd-433b-840d-a49453e8b220 X-Archives-Hash: aef0659162f9cb497189a763c651cdc9 commit: 70c5953d50bd085f6183d98fd9892a07821c1be5 Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Feb 14 04:20:40 2018 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed Feb 14 04:20:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=70c5953d fix nss dep on firefox-59.0_beta9 www-client/firefox/firefox-59.0_beta9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-59.0_beta9.ebuild b/www-client/firefox/firefox-59.0_beta9.ebuild index 483e318..5ea1576 100644 --- a/www-client/firefox/firefox-59.0_beta9.ebuild +++ b/www-client/firefox/firefox-59.0_beta9.ebuild @@ -54,7 +54,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1" RDEPEND=" system-icu? ( >=dev-libs/icu-60.2 ) jack? ( virtual/jack ) - >=dev-libs/nss-3.34.1 + >=dev-libs/nss-3.35 >=dev-libs/nspr-4.18 selinux? ( sec-policy/selinux-mozilla )"