# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit autotools git-r3 python-any-r1 DESCRIPTION="Programmable Completion for bash" HOMEPAGE="https://github.com/scop/bash-completion" EGIT_REPO_URI="https://github.com/scop/bash-completion" LICENSE="GPL-2+" SLOT="0" IUSE="+eselect test" RESTRICT="!test? ( test )" # completion collision with net-fs/mc RDEPEND=" >=app-shells/bash-4.3_p30-r1:0 sys-apps/miscfiles !