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 A24B61396D0 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 9901D2BC00B; Sat, 30 Sep 2017 14:26:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7684E2BC00B 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 232FE341823 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 A46878F66 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: <1506781480.d0dff8feb48e23a3ea6f959ad1bfc81c459de95e.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-56.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: d0dff8feb48e23a3ea6f959ad1bfc81c459de95e 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: 87d07709-a204-4420-bab9-38262e773646 X-Archives-Hash: f5061a96dbf735fd8284930cbefa6263 commit: d0dff8feb48e23a3ea6f959ad1bfc81c459de95e Author: Ian Stakenvicius gentoo org> AuthorDate: Sat Sep 30 14:24:40 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Sat Sep 30 14:24:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d0dff8fe www-client/firefox: require >=dev-libs/nss-3.32.1 Bug: http://bugs.gentoo.org/632456 Package-Manager: Portage-2.3.8, Repoman-2.3.1 www-client/firefox/firefox-56.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-56.0.ebuild b/www-client/firefox/firefox-56.0.ebuild index 956b07a..b525d93 100644 --- a/www-client/firefox/firefox-56.0.ebuild +++ b/www-client/firefox/firefox-56.0.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.32.1 >=dev-libs/nspr-4.16 selinux? ( sec-policy/selinux-mozilla )"