From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-849408-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D06A81388C1 for <garchives@archives.gentoo.org>; Mon, 30 Nov 2015 16:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C6221C038; Mon, 30 Nov 2015 16:16:03 +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 262CC21C02F for <gentoo-commits@lists.gentoo.org>; Mon, 30 Nov 2015 16:16:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C698F33E2EB for <gentoo-commits@lists.gentoo.org>; Mon, 30 Nov 2015 16:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68FA7C7E for <gentoo-commits@lists.gentoo.org>; Mon, 30 Nov 2015 16:16:00 +0000 (UTC) From: "Ian Stakenvicius" <axs@gentoo.org> 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" <axs@gentoo.org> Message-ID: <1448900122.e8b634e0f455ae8bf65b34a6c13465f783b7ec6a.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_beta7.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: e8b634e0f455ae8bf65b34a6c13465f783b7ec6a X-VCS-Branch: crossdev Date: Mon, 30 Nov 2015 16:16:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dbb28a0f-ac9d-4da8-b485-f55f130d05c0 X-Archives-Hash: 7d40d4502de45f163aa97cda4dfcc6a0 commit: e8b634e0f455ae8bf65b34a6c13465f783b7ec6a Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Mon Nov 30 16:15:22 2015 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Mon Nov 30 16:15:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e8b634e0 added nss.m4 patch to allow firefox-43 to be cross-compiled www-client/firefox/firefox-43.0_beta7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/firefox/firefox-43.0_beta7.ebuild b/www-client/firefox/firefox-43.0_beta7.ebuild index 8b97558..d92b2ee 100644 --- a/www-client/firefox/firefox-43.0_beta7.ebuild +++ b/www-client/firefox/firefox-43.0_beta7.ebuild @@ -149,6 +149,7 @@ src_prepare() { 8011_bug1194520-freetype261_until_moz43.patch" \ epatch "${WORKDIR}/firefox" epatch "${FILESDIR}"/jit-none.patch + epatch "${FILESDIR}"/nss.m4.pkg-config.patch # Allow user to apply any additional patches without modifing ebuild epatch_user