summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-01-04 02:00:30 +0100
committerLars Wendler <polynomial-c@gentoo.org>2021-01-04 02:00:47 +0100
commit37bf0ef6d55e744686a1e297887c9fc9363661f6 (patch)
treeea18bfc682ea9e746e84870816bc28cb93ef9ec2 /www-client
parentnet-im/prosody: drop old version (diff)
downloadgentoo-37bf0ef6d55e744686a1e297887c9fc9363661f6.tar.gz
gentoo-37bf0ef6d55e744686a1e297887c9fc9363661f6.tar.bz2
gentoo-37bf0ef6d55e744686a1e297887c9fc9363661f6.zip
www-client/seamonkey: Enable startup cache
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/seamonkey/seamonkey-2.53.6_beta1.ebuild5
1 files changed, 4 insertions, 1 deletions
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