commit: d93ccbfedbc5d7e2cc2df3a9db10484c2108df94 Author: Jonas Jelten <jj <AT> sft <DOT> lol> AuthorDate: Sun Dec 13 15:58:32 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Dec 17 17:43:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93ccbfe
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 <AT> sft.lol> Closes: https://github.com/gentoo/gentoo/pull/18639 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> 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 f8561302ddf..cf9abf8c9df 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 01ad039c2ea..ceb22a4934d 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 4788ef55024..9b101e5a802 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." }
