Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 26 Apr 2018 22:55:13
Message-Id: 1524783293.a78e30c0068c3da0493ed5b6ad39c58531878ccf.tamiko@gentoo
1 commit: a78e30c0068c3da0493ed5b6ad39c58531878ccf
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 22:54:07 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 22:54:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78e30c0
7
8 www-client/firefox: fix eme-free use flag
9
10 Reverting to old logic, do not do a revision bump.
11
12 Closes: https://bugs.gentoo.org/654072
13 Package-Manager: Portage-2.3.31, Repoman-2.3.9
14
15 www-client/firefox/firefox-59.0.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-client/firefox/firefox-59.0.2.ebuild b/www-client/firefox/firefox-59.0.2.ebuild
19 index b29e5e46b20..0af6de236ce 100644
20 --- a/www-client/firefox/firefox-59.0.2.ebuild
21 +++ b/www-client/firefox/firefox-59.0.2.ebuild
22 @@ -192,7 +192,7 @@ src_configure() {
23 mozconfig_use_enable jack
24
25 # Enable/Disable eme support
26 - mozconfig_use_enable !eme-free eme
27 + use eme-free && mozconfig_annotate '+eme-free' --disable-eme
28
29 # It doesn't compile on alpha without this LDFLAGS
30 use alpha && append-ldflags "-Wl,--no-relax"