commit:     5ed6e885bc82c1e076bb600a64c64e0e20c98dbb
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  8 10:22:21 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov  8 10:29:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed6e885

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 <AT> gentoo.org>

 x11-terms/kitty/kitty-9999.ebuild | 12 +++++-------
 1 file 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

Reply via email to