Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 29 Apr 2021 21:38:19
Message-Id: 1619732292.28d806d2f54f073ea754e96bb688298c14f08f42.whissi@gentoo
1 commit: 28d806d2f54f073ea754e96bb688298c14f08f42
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 21:37:51 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 21:38:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d806d2
7
8 www-client/firefox: ffvpx switched from yasm to nasm
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-88.0-r1.ebuild | 8 ++------
14 1 file changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-88.0-r1.ebuild b/www-client/firefox/firefox-88.0-r1.ebuild
17 index fc0aaabd449..d8805e8f672 100644
18 --- a/www-client/firefox/firefox-88.0-r1.ebuild
19 +++ b/www-client/firefox/firefox-88.0-r1.ebuild
20 @@ -94,12 +94,8 @@ BDEPEND="${PYTHON_DEPS}
21 )
22 )
23 )
24 - amd64? ( >=dev-lang/yasm-1.1 )
25 - x86? ( >=dev-lang/yasm-1.1 )
26 - !system-av1? (
27 - amd64? ( >=dev-lang/nasm-2.13 )
28 - x86? ( >=dev-lang/nasm-2.13 )
29 - )"
30 + amd64? ( >=dev-lang/nasm-2.13 )
31 + x86? ( >=dev-lang/nasm-2.13 )"
32
33 CDEPEND="
34 >=dev-libs/nss-3.63