diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-15 00:03:57 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-15 00:03:57 -0500 |
commit | b8221e2dd17b502fb5d522222ddccf3a6f3e2ec2 (patch) | |
tree | 8b1a5fe1d6375d1c8e50b4e4dc6df5759508a59b /x11-terms | |
parent | dev-util/schroot: add resize -> reserve patch (diff) | |
download | gentoo-b8221e2dd17b502fb5d522222ddccf3a6f3e2ec2.tar.gz gentoo-b8221e2dd17b502fb5d522222ddccf3a6f3e2ec2.tar.bz2 gentoo-b8221e2dd17b502fb5d522222ddccf3a6f3e2ec2.zip |
x11-terms/kitty: update live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 283036724d01..bba4e7fe09c5 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -68,7 +68,7 @@ BDEPEND=" wayland? ( dev-util/wayland-scanner )" [[ ${PV} == 9999 ]] || BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-kovidgoyal )" -QA_FLAGS_IGNORED="usr/bin/kitty-tool" # written in Go +QA_FLAGS_IGNORED="usr/bin/kitten" # written in Go src_unpack() { if [[ ${PV} == 9999 ]]; then |