mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Joonas Niilola
parent
0995299103
commit
d93ccbfedb
@@ -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."
|
||||
}
|
||||
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user