From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDEB2158089 for ; Wed, 8 Nov 2023 10:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ED062BC018; Wed, 8 Nov 2023 10:33:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE9052BC018 for ; Wed, 8 Nov 2023 10:33:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6BBA335D60 for ; Wed, 8 Nov 2023 10:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D4A6EA8 for ; Wed, 8 Nov 2023 10:33:49 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1699439388.5ed6e885bc82c1e076bb600a64c64e0e20c98dbb.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-9999.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 5ed6e885bc82c1e076bb600a64c64e0e20c98dbb X-VCS-Branch: master Date: Wed, 8 Nov 2023 10:33:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7bf85c31-08b8-4cad-88c9-1bdbeca2eb42 X-Archives-Hash: dbe35fa0c44c6c5a510e733a942cd283 commit: 5ed6e885bc82c1e076bb600a64c64e0e20c98dbb Author: Ionen Wolkens gentoo org> AuthorDate: Wed Nov 8 10:22:21 2023 +0000 Commit: Ionen Wolkens gentoo 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 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