media-libs/libsixel: fix bash completion

Closes: https://bugs.gentoo.org/925581
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
This commit is contained in:
Akinori Hattori
2024-04-14 14:44:20 +09:00
parent 792a874821
commit 218884d2e0

View File

@@ -39,6 +39,8 @@ PATCHES=(
)
src_prepare() {
sed -i '/^have/d' converters/shell-completion/bash/img2sixel
default
if use python; then
cd python || die