diff options
author | Jonas Jelten <jj@sft.lol> | 2020-12-13 16:58:32 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-17 19:43:31 +0200 |
commit | d93ccbfedbc5d7e2cc2df3a9db10484c2108df94 (patch) | |
tree | f234d7210b8f4ada9143c1eb19defe82366801a4 /x11-terms | |
parent | www-client/opera-beta: beta channel bump to 73.0.3856.283 (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-terms/kitty/kitty-0.19.1.ebuild | 1 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-0.19.2.ebuild | 1 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11-terms/kitty/kitty-0.19.1.ebuild b/x11-terms/kitty/kitty-0.19.1.ebuild index f8561302ddf9..cf9abf8c9dfb 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 01ad039c2eab..ceb22a4934d6 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 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." } |