diff options
author | 2018-04-26 17:54:07 -0500 | |
---|---|---|
committer | 2018-04-26 17:54:53 -0500 | |
commit | a78e30c0068c3da0493ed5b6ad39c58531878ccf (patch) | |
tree | 22da5f9363709b9f0e3592b4d466fd9d77140cb8 /www-client | |
parent | media-gfx/gphoto2: amd64 stable (diff) | |
download | gentoo-a78e30c0068c3da0493ed5b6ad39c58531878ccf.tar.gz gentoo-a78e30c0068c3da0493ed5b6ad39c58531878ccf.tar.bz2 gentoo-a78e30c0068c3da0493ed5b6ad39c58531878ccf.zip |
www-client/firefox: fix eme-free use flag
Reverting to old logic, do not do a revision bump.
Closes: https://bugs.gentoo.org/654072
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-59.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-59.0.2.ebuild b/www-client/firefox/firefox-59.0.2.ebuild index b29e5e46b20c..0af6de236ce0 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 + use eme-free && mozconfig_annotate '+eme-free' --disable-eme # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" |