From 37bf0ef6d55e744686a1e297887c9fc9363661f6 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 4 Jan 2021 02:00:30 +0100 Subject: www-client/seamonkey: Enable startup cache Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler --- www-client/seamonkey/seamonkey-2.53.6_beta1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www-client') diff --git a/www-client/seamonkey/seamonkey-2.53.6_beta1.ebuild b/www-client/seamonkey/seamonkey-2.53.6_beta1.ebuild index 3a90d1a67e71..497d3aca8964 100644 --- a/www-client/seamonkey/seamonkey-2.53.6_beta1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.6_beta1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -380,6 +380,9 @@ src_configure() { mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" + # use startup-cache for faster startup time + mozconfig_annotate '' --enable-startupcache + # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig -- cgit v1.2.3-65-gdbad