From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- eclass/mozcoreconf-v6.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/mozcoreconf-v6.eclass') diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index 045aabc164c8..b4f75ae017d1 100644 --- a/eclass/mozcoreconf-v6.eclass +++ b/eclass/mozcoreconf-v6.eclass @@ -122,6 +122,7 @@ mozconfig_init() { declare SM=$([[ ${PN} == seamonkey ]] && echo true || echo false) declare TB=$([[ ${PN} == thunderbird ]] && echo true || echo false) declare TRB=$([[ ${PN} == torbrowser ]] && echo true || echo false) + declare WF=$([[ ${PN} == waterfox* ]] && echo true || echo false) #################################### # @@ -134,7 +135,7 @@ mozconfig_init() { *xulrunner) cp xulrunner/config/mozconfig .mozconfig \ || die "cp xulrunner/config/mozconfig failed" ;; - *firefox) + *firefox|waterfox*) cp browser/config/mozconfig .mozconfig \ || die "cp browser/config/mozconfig failed" ;; *torbrowser) -- cgit v1.2.3