From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 92B841388BF for ; Wed, 17 Feb 2016 15:24:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3242C21C008; Wed, 17 Feb 2016 15:24:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFDC721C008 for ; Wed, 17 Feb 2016 15:24:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0637F340B6C for ; Wed, 17 Feb 2016 15:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A6351074 for ; Wed, 17 Feb 2016 15:24:02 +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: <1455722634.d21caa22f7585ee7427b439d2b6ee0f9d6707b89.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-44.0.2.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: d21caa22f7585ee7427b439d2b6ee0f9d6707b89 X-VCS-Branch: master Date: Wed, 17 Feb 2016 15:24:02 +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: f1bfb60e-283d-42e7-9b43-4919d26df8ed X-Archives-Hash: 759a39086665af404837897cedb4c348 commit: d21caa22f7585ee7427b439d2b6ee0f9d6707b89 Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Feb 17 15:23:54 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed Feb 17 15:23:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d21caa22 www-client/firefox-44.0.2: bump nss dependency to >=3.21 www-client/firefox/firefox-44.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-44.0.2.ebuild b/www-client/firefox/firefox-44.0.2.ebuild index e2bba63..3fb9bca 100644 --- a/www-client/firefox/firefox-44.0.2.ebuild +++ b/www-client/firefox/firefox-44.0.2.ebuild @@ -57,7 +57,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1" # Mesa 7.10 needed for WebGL + bugfixes RDEPEND=" - >=dev-libs/nss-3.20.1 + >=dev-libs/nss-3.21 >=dev-libs/nspr-4.10.10-r1 selinux? ( sec-policy/selinux-mozilla )"