commit:     7cf984de44717f414cb1977e0e00b5a2372b121e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 11:39:01 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 11:43:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf984de

www-client/firefox: fix USE=eme-free

Closes: https://bugs.gentoo.org/745930
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/firefox-78.3.1.ebuild | 2 +-
 www-client/firefox/firefox-81.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/firefox-78.3.1.ebuild 
b/www-client/firefox/firefox-78.3.1.ebuild
index 50806d400ca..b1bd76e25e0 100644
--- a/www-client/firefox/firefox-78.3.1.ebuild
+++ b/www-client/firefox/firefox-78.3.1.ebuild
@@ -651,7 +651,7 @@ src_configure() {
 
        mozconfig_use_enable dbus
 
-       use eme-free && mozconfig_annotate '+eme-free' --disable-eme
+       use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme
 
        mozconfig_use_enable geckodriver
 

diff --git a/www-client/firefox/firefox-81.0.1.ebuild 
b/www-client/firefox/firefox-81.0.1.ebuild
index 72041321a73..20e86914afe 100644
--- a/www-client/firefox/firefox-81.0.1.ebuild
+++ b/www-client/firefox/firefox-81.0.1.ebuild
@@ -651,7 +651,7 @@ src_configure() {
 
        mozconfig_use_enable dbus
 
-       use eme-free && mozconfig_annotate '+eme-free' --disable-eme
+       use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme
 
        mozconfig_use_enable geckodriver
 

Reply via email to