diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-11-08 05:22:21 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-11-08 05:29:48 -0500 |
commit | 5ed6e885bc82c1e076bb600a64c64e0e20c98dbb (patch) | |
tree | 75c090adac103963c8f27df6d5ca1ecdd45c5975 /x11-terms | |
parent | sys-apps/proot: drop old (diff) | |
download | gentoo-5ed6e885bc82c1e076bb600a64c64e0e20c98dbb.tar.gz gentoo-5ed6e885bc82c1e076bb600a64c64e0e20c98dbb.tar.bz2 gentoo-5ed6e885bc82c1e076bb600a64c64e0e20c98dbb.zip |
x11-terms/kitty: drop obsolete patch in live, adjust deps
Upstream added an extra check which should be sufficient.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index b36e8889ca4f..9090e9ba7a22 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -24,7 +24,7 @@ DESCRIPTION="Fast, feature-rich, GPU-based terminal" HOMEPAGE="https://sw.kovidgoyal.net/kitty/" LICENSE="GPL-3 ZLIB" -LICENSE+=" Apache-2.0 BSD BSD-2 MIT MPL-2.0 " # go +LICENSE+=" Apache-2.0 BSD BSD-2 MIT MPL-2.0" # go SLOT="0" IUSE="+X test wayland" REQUIRED_USE=" @@ -50,7 +50,10 @@ RDEPEND=" x11-misc/xkeyboard-config ~x11-terms/kitty-shell-integration-${PV} ~x11-terms/kitty-terminfo-${PV} - X? ( x11-libs/libX11 ) + X? ( + x11-libs/libX11 + x11-libs/libXcursor + ) wayland? ( dev-libs/wayland ) !sci-mathematics/kissat " @@ -58,7 +61,6 @@ DEPEND=" ${RDEPEND} X? ( x11-base/xorg-proto - x11-libs/libXcursor x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr @@ -77,10 +79,6 @@ BDEPEND=" QA_FLAGS_IGNORED="usr/bin/kitten" # written in Go -PATCHES=( - "${FILESDIR}"/${PN}-0.30.1-no-sudo.patch -) - src_unpack() { if [[ ${PV} == 9999 ]]; then git-r3_src_unpack |