Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 31 Aug 2021 12:55:27
Message-Id: 1630414520.1e256e8321847208b2415654ff76f5c3a403bf8a.polynomial-c@gentoo
1 commit: 1e256e8321847208b2415654ff76f5c3a403bf8a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 12:55:04 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 12:55:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e256e83
7
8 mozlinguas-v2.eclass: Support waterfox
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 eclass/mozlinguas-v2.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass
16 index 423f0bdcc71..f8e3c95d882 100644
17 --- a/eclass/mozlinguas-v2.eclass
18 +++ b/eclass/mozlinguas-v2.eclass
19 @@ -299,7 +299,7 @@ mozlinguas_src_compile() {
20 # leverage BUILD_OBJ_DIR if set otherwise assume PWD.
21 local x y targets=( "langpack" ) localedir="${BUILD_OBJ_DIR:-.}"
22 case ${PN} in
23 - *firefox)
24 + *firefox|waterfox*)
25 localedir+="/browser/locales"
26 ;;
27 seamonkey)