commit: 781a7e430d33f98363cb67065a1c9ef9cc180fcc Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de> AuthorDate: Sat Jun 8 19:02:30 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sat Jun 8 19:02:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=781a7e43
sci-electronics/lxi-tools: Install bash completions Closes: https://bugs.gentoo.org/928371 Signed-off-by: Jan Henke <Jan.Henke <AT> taujhe.de> sci-electronics/lxi-tools/lxi-tools-2.7.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }
