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 5E3BF158089 for ; Thu, 5 Oct 2023 15:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87D402BC09E; Thu, 5 Oct 2023 15:23:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70BE82BC09E for ; Thu, 5 Oct 2023 15:23:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 922D4335D1E for ; Thu, 5 Oct 2023 15:23:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DA939BC for ; Thu, 5 Oct 2023 15:23:08 +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: <1696519253.740e0d23d95fe6307579f626a449e7c310f7f953.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: 740e0d23d95fe6307579f626a449e7c310f7f953 X-VCS-Branch: master Date: Thu, 5 Oct 2023 15:23:08 +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: dc155acf-0ba6-41da-abc2-689cd0a117ca X-Archives-Hash: 1a64dd2069e0c1ce6264b7bebdb769bd commit: 740e0d23d95fe6307579f626a449e7c310f7f953 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Oct 5 15:12:46 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Oct 5 15:20:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740e0d23 x11-terms/kitty: sync live The passed no-sudo is technically a no-op because of the patch, but kept anyway for completeness if ever decide to drop the patch. Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty/kitty-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 99e44b505ebd..884afab7f454 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -77,6 +77,10 @@ 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 @@ -130,7 +134,7 @@ src_compile() { --disable-link-time-optimization --ignore-compiler-warnings --libdir-name=$(get_libdir) - --shell-integration="enabled no-rc" + --shell-integration="enabled no-rc no-sudo" --update-check-interval=0 --verbose )