Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Mon, 12 Aug 2019 16:12:24
Message-Id: 1565626320.7d16526cdd5821ae0647b50807a8da2b62dfa227.anarchy@gentoo
1 commit: 7d16526cdd5821ae0647b50807a8da2b62dfa227
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun Aug 11 23:35:56 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 16:12:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d16526c
7
8 www-client/firefox: Depend on dev-lang/nasm only on amd64/x86.
9
10 Closes: https://bugs.gentoo.org/691972
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
13
14 www-client/firefox/firefox-68.0.1.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/www-client/firefox/firefox-68.0.1.ebuild b/www-client/firefox/firefox-68.0.1.ebuild
18 index 83636b8e471..39bdfe00f4f 100644
19 --- a/www-client/firefox/firefox-68.0.1.ebuild
20 +++ b/www-client/firefox/firefox-68.0.1.ebuild
21 @@ -162,7 +162,10 @@ DEPEND="${CDEPEND}
22 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] )
23 amd64? ( >=dev-lang/yasm-1.1 virtual/opengl )
24 x86? ( >=dev-lang/yasm-1.1 virtual/opengl )
25 - !system-av1? ( >=dev-lang/nasm-2.13 )"
26 + !system-av1? (
27 + amd64? ( >=dev-lang/nasm-2.13 )
28 + x86? ( >=dev-lang/nasm-2.13 )
29 + )"
30
31 # We use virtx eclass which cannot handle wayland
32 REQUIRED_USE="wifi? ( dbus )