diff options
author | Jan Henke <Jan.Henke@taujhe.de> | 2024-06-08 21:02:30 +0200 |
---|---|---|
committer | Jan Henke <Jan.Henke@taujhe.de> | 2024-06-08 21:02:30 +0200 |
commit | 781a7e430d33f98363cb67065a1c9ef9cc180fcc (patch) | |
tree | ae04cadfa63f040d6b58c84e0052453a16aa9a19 /sci-electronics | |
parent | dev-embedded/etlcpp: treeclean (diff) | |
download | guru-781a7e430d33f98363cb67065a1c9ef9cc180fcc.tar.gz guru-781a7e430d33f98363cb67065a1c9ef9cc180fcc.tar.bz2 guru-781a7e430d33f98363cb67065a1c9ef9cc180fcc.zip |
sci-electronics/lxi-tools: Install bash completions
Closes: https://bugs.gentoo.org/928371
Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/lxi-tools/lxi-tools-2.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild index 682708e0b..58e217840 100644 --- a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild +++ b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild @@ -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 } |