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 AA4B31384B4 for ; Wed, 23 Dec 2015 21:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F55B21C0E5; Wed, 23 Dec 2015 21:33:31 +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 46C1421C0E7 for ; Wed, 23 Dec 2015 21:33:31 +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 76EC134087E for ; Wed, 23 Dec 2015 21:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EEE5CEB for ; Wed, 23 Dec 2015 21:33:29 +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: <1450906399.1d4c5c0ef185a4f661c75ba520d26f4404061c36.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:crossdev commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-43.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 1d4c5c0ef185a4f661c75ba520d26f4404061c36 X-VCS-Branch: crossdev Date: Wed, 23 Dec 2015 21:33:29 +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: be7300b2-f6cc-47b9-82bc-4a444ea7c571 X-Archives-Hash: 5ae350498417c5bde0371c057ae9f1b6 commit: 1d4c5c0ef185a4f661c75ba520d26f4404061c36 Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Dec 16 19:31:41 2015 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed Dec 23 21:33:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1d4c5c0e add nss.m4 patch to firefox-43 for crossdev testing www-client/firefox/firefox-43.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/firefox/firefox-43.0.ebuild b/www-client/firefox/firefox-43.0.ebuild index d0229f5..f5f6eb2 100644 --- a/www-client/firefox/firefox-43.0.ebuild +++ b/www-client/firefox/firefox-43.0.ebuild @@ -148,6 +148,7 @@ src_prepare() { EPATCH_EXCLUDE="8002_jemalloc_configure_unbashify.patch 8011_bug1194520-freetype261_until_moz43.patch" \ epatch "${WORKDIR}/firefox" + epatch "${FILESDIR}"/nss.m4.pkg-config.patch # Allow user to apply any additional patches without modifing ebuild epatch_user