sys-apps/pkgcore: Depend on bash[readline] for compgen

Acked-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2023-06-26 11:10:46 +02:00
parent f6ba6174b7
commit 583e9cd070
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ LICENSE="BSD MIT"
SLOT="0"
RDEPEND="
>=app-shells/bash-5.0
>=app-shells/bash-5.0[readline]
dev-python/lxml[${PYTHON_USEDEP}]
"
if [[ ${PV} == *9999 ]]; then

View File

@@ -23,7 +23,7 @@ LICENSE="BSD MIT"
SLOT="0"
RDEPEND="
>=app-shells/bash-5.0
>=app-shells/bash-5.0[readline]
dev-python/lxml[${PYTHON_USEDEP}]
"
if [[ ${PV} == *9999 ]]; then