Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/, www-client/firefox/
Date: Wed, 11 May 2022 17:06:25
Message-Id: 1652288724.8e794d95234b58f4c06487bcea7ed6cf8e2798a8.flow@gentoo
1 commit: 8e794d95234b58f4c06487bcea7ed6cf8e2798a8
2 Author: Eva Dengler <eva.dengler <AT> fau <DOT> de>
3 AuthorDate: Wed May 11 08:47:08 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 17:05:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e794d95
7
8 mail-client/thunderbird,www-client/firefox: fix typo
9
10 Substitute cabability with capability.
11
12 Closes: https://github.com/gentoo/gentoo/pull/25440
13 Acked-by: Joonas Niilola <juippis <AT> gentoo.org>
14 Signed-off-by: Eva Dengler <eva.dengler <AT> fau.de>
15 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
16
17 mail-client/thunderbird/metadata.xml | 2 +-
18 www-client/firefox/metadata.xml | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/mail-client/thunderbird/metadata.xml b/mail-client/thunderbird/metadata.xml
22 index ceafcda1bba6..9c44731a3a93 100644
23 --- a/mail-client/thunderbird/metadata.xml
24 +++ b/mail-client/thunderbird/metadata.xml
25 @@ -7,7 +7,7 @@
26 </maintainer>
27 <use>
28 <flag name="clang">Use Clang compiler instead of GCC</flag>
29 - <flag name="eme-free">Disable EME (DRM plugin) cabability at build time</flag>
30 + <flag name="eme-free">Disable EME (DRM plugin) capability at build time</flag>
31 <flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag>
32 <flag name="lto">Enable Link Time Optimization (LTO). Requires Gold linker when using GCC
33 or LDD linker when using Clang</flag>
34
35 diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml
36 index ab14fcbd11aa..6670b0e4aed1 100644
37 --- a/www-client/firefox/metadata.xml
38 +++ b/www-client/firefox/metadata.xml
39 @@ -7,7 +7,7 @@
40 </maintainer>
41 <use>
42 <flag name="clang">Use Clang compiler instead of GCC</flag>
43 - <flag name="eme-free">Disable EME (DRM plugin) cabability at build time</flag>
44 + <flag name="eme-free">Disable EME (DRM plugin) capability at build time</flag>
45 <flag name="geckodriver">Enable WebDriver support</flag>
46 <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically
47 downloaded and kept up-to-date in user profiles</flag>