summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-10-05 11:12:46 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-10-05 11:20:53 -0400
commit740e0d23d95fe6307579f626a449e7c310f7f953 (patch)
treef05e0229ee98786cd854d7de9b1e62392a82f91d /x11-terms/kitty/kitty-9999.ebuild
parentx11-terms/kitty: add 0.30.1 (diff)
downloadgentoo-740e0d23d95fe6307579f626a449e7c310f7f953.tar.gz
gentoo-740e0d23d95fe6307579f626a449e7c310f7f953.tar.bz2
gentoo-740e0d23d95fe6307579f626a449e7c310f7f953.zip
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 <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/kitty-9999.ebuild')
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
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
)