commit:     5022c8a9637194e7277cd406a5e1f1366f9b37c8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 13:42:54 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 13:42:54 2018 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5022c8a9

www-client/firefox: Attempt to fix inverted logic for USE="eme-free"

Bug: https://bugs.gentoo.org/654072
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Manifest-Sign-Key: 0x498FE765960E9B39

 www-client/firefox/firefox-59.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-59.0.2.ebuild 
b/www-client/firefox/firefox-59.0.2.ebuild
index 545e1ab..b29e5e4 100644
--- a/www-client/firefox/firefox-59.0.2.ebuild
+++ b/www-client/firefox/firefox-59.0.2.ebuild
@@ -192,7 +192,7 @@ src_configure() {
        mozconfig_use_enable jack
 
        # Enable/Disable eme support
-       mozconfig_use_enable eme-free eme
+       mozconfig_use_enable !eme-free eme
 
        # It doesn't compile on alpha without this LDFLAGS
        use alpha && append-ldflags "-Wl,--no-relax"

Reply via email to