commit:     7d16526cdd5821ae0647b50807a8da2b62dfa227
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sun Aug 11 23:35:56 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 16:12:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d16526c

www-client/firefox: Depend on dev-lang/nasm only on amd64/x86.

Closes: https://bugs.gentoo.org/691972
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.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 83636b8e471..39bdfe00f4f 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 )

Reply via email to