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: Tue, 10 Mar 2020 19:11:50
Message-Id: 1583867452.0a33e66543afe710cb5493989cb82cbef8e59cd6.whissi@gentoo
1 commit: 0a33e66543afe710cb5493989cb82cbef8e59cd6
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 19:10:28 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 19:10:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a33e665
7
8 mail-client/thunderbird: switch to bundled libvpx by default
9
10 >=www-client/firefox-74 moved to =media-libs/libvpx-1.8.2. To help
11 updating, we switch mail-client/thunderbird to bundled libvpx by
12 default assuming that most thunderbird users never use libvpx
13 within thunderbird and therefore don't care about system libvpx.
14
15 Package-Manager: Portage-2.3.91, Repoman-2.3.20
16 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
17
18 mail-client/thunderbird/thunderbird-68.5.0.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/mail-client/thunderbird/thunderbird-68.5.0.ebuild b/mail-client/thunderbird/thunderbird-68.5.0.ebuild
22 index e288efad627..ad6b34d0c0e 100644
23 --- a/mail-client/thunderbird/thunderbird-68.5.0.ebuild
24 +++ b/mail-client/thunderbird/thunderbird-68.5.0.ebuild
25 @@ -43,7 +43,7 @@ IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free
26 +gmp-autoupdate hardened jack lightning lto cpu_flags_arm_neon pgo
27 pulseaudio selinux startup-notification +system-av1 +system-harfbuzz
28 +system-icu +system-jpeg +system-libevent +system-sqlite
29 - +system-libvpx +system-webp test wayland wifi"
30 + system-libvpx +system-webp test wayland wifi"
31 RESTRICT="!bindist? ( bindist )
32 !test? ( test )"