From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-869029-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 AEBDD59CA3 for <garchives@archives.gentoo.org>; Fri, 11 Mar 2016 02:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27DE21C03E; Fri, 11 Mar 2016 02:33:13 +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 49B5221C03E for <gentoo-commits@lists.gentoo.org>; Fri, 11 Mar 2016 02:33:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC392340CC9 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Mar 2016 02:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FAF5208D for <gentoo-commits@lists.gentoo.org>; Fri, 11 Mar 2016 02:33:04 +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: <1457663567.f917f4f8e8d9d7f5a4d70996f377f5154bf2c417.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-45.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: f917f4f8e8d9d7f5a4d70996f377f5154bf2c417 X-VCS-Branch: master Date: Fri, 11 Mar 2016 02:33:04 +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: a8bd4949-1c06-448f-b6fb-2f475cbecde0 X-Archives-Hash: 4d765aae97c2088656e90b294e817a57 commit: f917f4f8e8d9d7f5a4d70996f377f5154bf2c417 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Fri Mar 11 02:32:41 2016 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Fri Mar 11 02:32:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f917f4f8 firefox-45: partial fix for qt5 support www-client/firefox/firefox-45.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-45.0.ebuild b/www-client/firefox/firefox-45.0.ebuild index 8c5928c..7026972 100644 --- a/www-client/firefox/firefox-45.0.ebuild +++ b/www-client/firefox/firefox-45.0.ebuild @@ -131,7 +131,8 @@ src_unpack() { src_prepare() { # Apply our patches - eapply "${WORKDIR}/firefox" + eapply "${WORKDIR}/firefox" \ + "${FILESDIR}"/${PN}-45-qt-widget-fix.patch # Allow user to apply any additional patches without modifing ebuild eapply_user