Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 02 Jul 2020 22:48:35
Message-Id: 1593730106.1b82567ab69754fc4d87212573c6ee09a8cf11f9.whissi@gentoo
1 commit: 1b82567ab69754fc4d87212573c6ee09a8cf11f9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 22:48:26 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 22:48:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b82567a
7
8 www-client/firefox: fix typo
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/metadata.xml | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml
17 index 2100c428c25..5dadb62ec89 100644
18 --- a/www-client/firefox/metadata.xml
19 +++ b/www-client/firefox/metadata.xml
20 @@ -20,7 +20,7 @@
21 <flag name="lto">Enable Link Time Optimization (LTO). Requires Gold linker when using GCC
22 or LDD linker when using Clang</flag>
23 <flag name="openh264">Use <pkg>media-libs/openh264</pkg> for H.264 support
24 - instead of downloading binary blob from Mozilla at runtimme</flag>
25 + instead of downloading binary blob from Mozilla at runtime</flag>
26 <flag name="pgo">Add support for profile-guided optimization using gcc-4.5,
27 for faster binaries. This option will double the compile time.</flag>
28 <flag name="rust">Enable support for using rust compiler (experimental)</flag>