commit: 28d806d2f54f073ea754e96bb688298c14f08f42
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 21:37:51 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 21:38:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d806d2
www-client/firefox: ffvpx switched from yasm to nasm
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-88.0-r1.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/www-client/firefox/firefox-88.0-r1.ebuild
b/www-client/firefox/firefox-88.0-r1.ebuild
index fc0aaabd449..d8805e8f672 100644
--- a/www-client/firefox/firefox-88.0-r1.ebuild
+++ b/www-client/firefox/firefox-88.0-r1.ebuild
@@ -94,12 +94,8 @@ BDEPEND="${PYTHON_DEPS}
)
)
)
- amd64? ( >=dev-lang/yasm-1.1 )
- x86? ( >=dev-lang/yasm-1.1 )
- !system-av1? (
- amd64? ( >=dev-lang/nasm-2.13 )
- x86? ( >=dev-lang/nasm-2.13 )
- )"
+ amd64? ( >=dev-lang/nasm-2.13 )
+ x86? ( >=dev-lang/nasm-2.13 )"
CDEPEND="
>=dev-libs/nss-3.63