summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-11-19 01:27:19 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-11-19 01:33:06 -0500
commit1cf08197c74fb1db01148e57c3b84291bc954af1 (patch)
tree0f1372ded017a61f5cac7a8a436c49279dcec00a /x11-terms/kitty/kitty-9999.ebuild
parentsci-calculators/bc-gh: revbump for pre-strip fix (diff)
downloadgentoo-1cf08197c74fb1db01148e57c3b84291bc954af1.tar.gz
gentoo-1cf08197c74fb1db01148e57c3b84291bc954af1.tar.bz2
gentoo-1cf08197c74fb1db01148e57c3b84291bc954af1.zip
x11-terms/kitty: adjust live in advance for verify-sig
Mostly so don't forget to handle this. If upstream is going to vendor Go deps, then this should work given go-module_src_unpack will be a no-op, otherwise will have to switch to verify-sig_verify_detached so can add our vendor tarball to SRC_URI and also not unpack twice. 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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index 40981a3c7d82..914583b0f335 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -71,7 +71,7 @@ src_unpack() {
git-r3_src_unpack
go-module_live_vendor
else
- go-module_src_unpack
+ verify-sig_src_unpack
fi
}