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>
This commit is contained in:
Jonas Jelten
2020-12-13 16:58:32 +01:00
committed by Joonas Niilola
parent 0995299103
commit d93ccbfedb
3 changed files with 3 additions and 0 deletions

View File

@@ -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."
}

View File

@@ -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."
}

View File

@@ -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."
}