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 C4A3C138334 for ; Mon, 12 Aug 2019 16:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF8BCE077F; Mon, 12 Aug 2019 16:10:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE409E077F for ; Mon, 12 Aug 2019 16:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 698483499A2 for ; Mon, 12 Aug 2019 16:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB8036DB for ; Mon, 12 Aug 2019 16:10:48 +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: <1565626228.5643efb8974b1f19b52938686aae3daa7692f601.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-68.0.1.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 5643efb8974b1f19b52938686aae3daa7692f601 X-VCS-Branch: master Date: Mon, 12 Aug 2019 16:10:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f04e3f86-0a9e-4de9-9eb6-778034fbc7d2 X-Archives-Hash: cf88c8c06b9c50b0bfcf89d2d4618a03 commit: 5643efb8974b1f19b52938686aae3daa7692f601 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Aug 11 23:35:56 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Aug 12 16:10:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5643efb8 www-client/firefox: Depend on dev-lang/nasm only on amd64/x86. Fixes: https://bugs.gentoo.org/691972 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> www-client/firefox/firefox-68.0.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-68.0.1.ebuild b/www-client/firefox/firefox-68.0.1.ebuild index 83636b8..39bdfe0 100644 --- a/www-client/firefox/firefox-68.0.1.ebuild +++ b/www-client/firefox/firefox-68.0.1.ebuild @@ -162,7 +162,10 @@ DEPEND="${CDEPEND} wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) - !system-av1? ( >=dev-lang/nasm-2.13 )" + !system-av1? ( + amd64? ( >=dev-lang/nasm-2.13 ) + x86? ( >=dev-lang/nasm-2.13 ) + )" # We use virtx eclass which cannot handle wayland REQUIRED_USE="wifi? ( dbus )