sci-electronics/lxi-tools: Install bash completions

Closes: https://bugs.gentoo.org/928371
Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
This commit is contained in:
Jan Henke
2024-06-08 21:02:30 +02:00
parent fc8dee5c42
commit 781a7e430d

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python{3_12,3_13} )
LUA_COMPAT=( lua5-{1..4} )
inherit meson python-any-r1 lua-single gnome2-utils xdg-utils
inherit meson python-any-r1 lua-single gnome2-utils xdg-utils bash-completion-r1
DESCRIPTION="Tools to access devices with LXI"
HOMEPAGE="https://github.com/lxi-tools/lxi-tools"
@@ -47,6 +47,7 @@ src_configure() {
local emesonargs=(
$(meson_use gui)
-Dbashcompletiondir="$(get_bashcompdir)"
)
meson_src_configure
}