mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user