Diff kitty-terminfo-0.45.0-r1 with a kitty-terminfo-9999

/usr/portage/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild 2025-07-17 18:21:11.893166716 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
8 8
	EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git"
9 9
else
10 10
	SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz"
11
	# backport for less-691 search issue wrt bug #969467
12
	# (not a patch due to binary files, and main package does not re-run tic)
13
	SRC_URI+=" https://dev.gentoo.org/~ionen/distfiles/kitty-${PV}-less691-fix-backport.tar.xz"
14 11
	S=${WORKDIR}/kitty-${PV}
15
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
12
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
16 13
fi
17 14

  
18 15
DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
Thank you!