diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-04-16 00:05:39 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-04-16 00:08:18 -0400 |
commit | 1df5f67b5a0cd63ac608a3221e7713c55585c862 (patch) | |
tree | f69ab465aa3b1575e27c82646d4d98f919a4448f /x11-terms | |
parent | sys-fs/zfs-kmod: revert patch causing SEEK_HOLE corruption (again) (diff) | |
download | gentoo-1df5f67b5a0cd63ac608a3221e7713c55585c862.tar.gz gentoo-1df5f67b5a0cd63ac608a3221e7713c55585c862.tar.bz2 gentoo-1df5f67b5a0cd63ac608a3221e7713c55585c862.zip |
x11-terms/kitty: update live
Turns out these *.so files were obsolete and being compiled+installed
by mistake.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 4f133e2c0b61..376cd09c4465 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -70,12 +70,7 @@ BDEPEND=" wayland? ( dev-util/wayland-scanner )" [[ ${PV} == 9999 ]] || BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-kovidgoyal )" -# kitten: written in Go -# *.so: unsure for their use but they have no objects, so CFLAGS play no part -QA_FLAGS_IGNORED=" - usr/bin/kitten - usr/lib.*/kitty/kittens/diff/diff_speedup.so - usr/lib.*/kitty/kittens/unicode_input/unicode_names.so" +QA_FLAGS_IGNORED="usr/bin/kitten" # written in Go src_unpack() { if [[ ${PV} == 9999 ]]; then |