Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Thu, 01 Oct 2020 11:43:26
Message-Id: 1601552592.7c4062d8beed70792727317685707f42942415c9.whissi@gentoo
1 commit: 7c4062d8beed70792727317685707f42942415c9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 11:39:59 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 11:43:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4062d8
7
8 mail-client/thunderbird: fix USE=eme-free
9
10 Closes: https://bugs.gentoo.org/745930
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 mail-client/thunderbird/thunderbird-78.3.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/mail-client/thunderbird/thunderbird-78.3.1.ebuild b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
18 index 2adba254467..c2494e94fb1 100644
19 --- a/mail-client/thunderbird/thunderbird-78.3.1.ebuild
20 +++ b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
21 @@ -646,7 +646,7 @@ src_configure() {
22
23 mozconfig_use_enable dbus
24
25 - use eme-free && mozconfig_annotate '+eme-free' --disable-eme
26 + use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme
27
28 if use hardened ; then
29 mozconfig_add_options_ac "+hardened" --enable-hardening