summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Jelten <jj@sft.lol>2020-12-13 16:58:32 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-12-17 19:43:31 +0200
commitd93ccbfedbc5d7e2cc2df3a9db10484c2108df94 (patch)
treef234d7210b8f4ada9143c1eb19defe82366801a4 /x11-terms/kitty/kitty-9999.ebuild
parentwww-client/opera-beta: beta channel bump to 73.0.3856.283 (diff)
downloadgentoo-d93ccbfedbc5d7e2cc2df3a9db10484c2108df94.tar.gz
gentoo-d93ccbfedbc5d7e2cc2df3a9db10484c2108df94.tar.bz2
gentoo-d93ccbfedbc5d7e2cc2df3a9db10484c2108df94.zip
x11-terms/kitty: disable builtin automatic update check
disable the automatic update check which periodically contacts the developer's webserver. Signed-off-by: Jonas Jelten <jj@sft.lol> Closes: https://github.com/gentoo/gentoo/pull/18639 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/kitty-9999.ebuild')
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index 4788ef550247..9b101e5a8027 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -79,6 +79,7 @@ src_compile() {
"${EPYTHON}" setup.py \
--verbose $(usex debug --debug "") \
--libdir-name $(get_libdir) \
+ --update-check-interval=0 \
linux-package || die "Failed to compile kitty."
}