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 AED781396D1 for ; Sat, 30 Sep 2017 14:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C695A2BC011; Sat, 30 Sep 2017 14:26:08 +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 A6D872BC011 for ; Sat, 30 Sep 2017 14:26:08 +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 2ED02341824 for ; Sat, 30 Sep 2017 14:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8163908A for ; Sat, 30 Sep 2017 14:26:05 +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: <1506781515.ceff5c2055fe51759ba25d64f05aa9af417f5e94.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-57.0_beta4.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: ceff5c2055fe51759ba25d64f05aa9af417f5e94 X-VCS-Branch: master Date: Sat, 30 Sep 2017 14:26:05 +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: 8df30015-a1a5-451b-88ad-6c20f949d942 X-Archives-Hash: 4851fae40aed6372a75f460aec2f3d08 commit: ceff5c2055fe51759ba25d64f05aa9af417f5e94 Author: Ian Stakenvicius gentoo org> AuthorDate: Sat Sep 30 14:25:15 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Sat Sep 30 14:25:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=ceff5c20 www-client/firefox-57_beta4: require >=dev-libs/nss-3.33 www-client/firefox/firefox-57.0_beta4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-57.0_beta4.ebuild b/www-client/firefox/firefox-57.0_beta4.ebuild index 137d545..f483543 100644 --- a/www-client/firefox/firefox-57.0_beta4.ebuild +++ b/www-client/firefox/firefox-57.0_beta4.ebuild @@ -50,7 +50,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1" RDEPEND=" jack? ( virtual/jack ) - >=dev-libs/nss-3.32 + >=dev-libs/nss-3.33 >=dev-libs/nspr-4.16 selinux? ( sec-policy/selinux-mozilla )"