From 740e0d23d95fe6307579f626a449e7c310f7f953 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 5 Oct 2023 11:12:46 -0400 Subject: 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 --- 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 ) -- cgit v1.2.3-65-gdbad