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 9A11E58973 for ; Sat, 16 Jan 2016 04:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA9CD21C072; Sat, 16 Jan 2016 04:40:06 +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 5FDB221C072 for ; Sat, 16 Jan 2016 04:40:01 +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 4167D340B29 for ; Sat, 16 Jan 2016 04:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1C15CF3 for ; Sat, 16 Jan 2016 04:39:57 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1452918247.2c1632744fc13136e49fa79057225d9034502505.anarchy@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_beta9.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 2c1632744fc13136e49fa79057225d9034502505 X-VCS-Branch: master Date: Sat, 16 Jan 2016 04:39:57 +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: bf5d84d2-a262-40c7-ad54-d8990bc7c860 X-Archives-Hash: 6ed35065108bd026c8fdf3ee02eee3aa commit: 2c1632744fc13136e49fa79057225d9034502505 Author: Jory A. Pratt gentoo org> AuthorDate: Sat Jan 16 04:24:07 2016 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Jan 16 04:24:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2c163274 www-client/firefox - add pax-utils inherit back www-client/firefox/firefox-44.0_beta9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-44.0_beta9.ebuild b/www-client/firefox/firefox-44.0_beta9.ebuild index 0ea3f61..97d96e3 100644 --- a/www-client/firefox/firefox-44.0_beta9.ebuild +++ b/www-client/firefox/firefox-44.0_beta9.ebuild @@ -35,7 +35,7 @@ MOZCONFIG_OPTIONAL_QT5=1 MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_JIT="enabled" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.44 multilib fdo-mime autotools virtualx mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.44 multilib pax-utils fdo-mime autotools virtualx mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox"