commit: 1cf08197c74fb1db01148e57c3b84291bc954af1
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 06:27:19 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 06:33:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf08197
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 <AT> gentoo.org>
x11-terms/kitty/kitty-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
}