From d93ccbfedbc5d7e2cc2df3a9db10484c2108df94 Mon Sep 17 00:00:00 2001 From: Jonas Jelten Date: Sun, 13 Dec 2020 16:58:32 +0100 Subject: [PATCH] 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 Closes: https://github.com/gentoo/gentoo/pull/18639 Signed-off-by: Joonas Niilola --- x11-terms/kitty/kitty-0.19.1.ebuild | 1 + x11-terms/kitty/kitty-0.19.2.ebuild | 1 + x11-terms/kitty/kitty-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/x11-terms/kitty/kitty-0.19.1.ebuild b/x11-terms/kitty/kitty-0.19.1.ebuild index f8561302ddf90..cf9abf8c9dfb0 100644 --- a/x11-terms/kitty/kitty-0.19.1.ebuild +++ b/x11-terms/kitty/kitty-0.19.1.ebuild @@ -80,6 +80,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." } diff --git a/x11-terms/kitty/kitty-0.19.2.ebuild b/x11-terms/kitty/kitty-0.19.2.ebuild index 01ad039c2eab9..ceb22a4934d65 100644 --- a/x11-terms/kitty/kitty-0.19.2.ebuild +++ b/x11-terms/kitty/kitty-0.19.2.ebuild @@ -81,6 +81,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." } diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 4788ef5502479..9b101e5a80272 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." }