summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-08-11 23:35:56 +0000
committerJory Pratt <anarchy@gentoo.org>2019-08-12 11:12:00 -0500
commit7d16526cdd5821ae0647b50807a8da2b62dfa227 (patch)
tree3471b98484a93e9c1f27d8eea6df0179dda793d2 /www-client/firefox
parentapp-crypt/certbot-nginx: 0.36.0 stable amd64/x86 with cleanup (diff)
downloadgentoo-7d16526cdd5821ae0647b50807a8da2b62dfa227.tar.gz
gentoo-7d16526cdd5821ae0647b50807a8da2b62dfa227.tar.bz2
gentoo-7d16526cdd5821ae0647b50807a8da2b62dfa227.zip
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@Apache.Org> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-68.0.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-68.0.1.ebuild b/www-client/firefox/firefox-68.0.1.ebuild
index 83636b8e4710..39bdfe00f4fb 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 )