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 9A6D813832E for ; Thu, 4 Aug 2016 14:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1650E08E9; Thu, 4 Aug 2016 14:13:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94DBFE08E9 for ; Thu, 4 Aug 2016 14:13:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E0D0340A51 for ; Thu, 4 Aug 2016 14:13:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8219B243E for ; Thu, 4 Aug 2016 14:13:37 +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: <1470319994.11a6aa3ee540c1298a589496e3622785f8f4563a.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/, www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.48.eclass www-client/firefox/firefox-48.0.ebuild X-VCS-Directories: eclass/ www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 11a6aa3ee540c1298a589496e3622785f8f4563a X-VCS-Branch: master Date: Thu, 4 Aug 2016 14:13:37 +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: 54f192ed-6d99-46d5-85a9-dd10be8d49f6 X-Archives-Hash: 8f91766ffe812488de68b0c7c7180298 commit: 11a6aa3ee540c1298a589496e3622785f8f4563a Author: Ian Stakenvicius gentoo org> AuthorDate: Thu Aug 4 14:13:14 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Thu Aug 4 14:13:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=11a6aa3e www-client/firefox-48.0: fix dependencies Bug: http://bugs.gentoo.org/590424 Bug: http://bugs.gentoo.org/590426 eclass/mozconfig-v6.48.eclass | 2 +- www-client/firefox/firefox-48.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mozconfig-v6.48.eclass b/eclass/mozconfig-v6.48.eclass index 841fd48..e2d8934 100644 --- a/eclass/mozconfig-v6.48.eclass +++ b/eclass/mozconfig-v6.48.eclass @@ -122,7 +122,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( =dev-libs/libevent-2.0*:0= ) - system-sqlite? ( >=dev-db/sqlite-3.11.0:3[secure-delete,debug=] ) + system-sqlite? ( >=dev-db/sqlite-3.12.2:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.2.6:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) " diff --git a/www-client/firefox/firefox-48.0.ebuild b/www-client/firefox/firefox-48.0.ebuild index ba956d2..ede05ab 100644 --- a/www-client/firefox/firefox-48.0.ebuild +++ b/www-client/firefox/firefox-48.0.ebuild @@ -53,7 +53,7 @@ SRC_URI="${SRC_URI} ASM_DEPEND=">=dev-lang/yasm-1.1" RDEPEND=" - >=dev-libs/nss-3.23 + >=dev-libs/nss-3.24 >=dev-libs/nspr-4.12 selinux? ( sec-policy/selinux-mozilla )"