commit:     583e9cd07015613b71bb77d9c575791303b3be1c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 09:10:46 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 09:10:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583e9cd0

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

Acked-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 sys-apps/pkgcore/pkgcore-0.12.21.ebuild | 2 +-
 sys-apps/pkgcore/pkgcore-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/pkgcore/pkgcore-0.12.21.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.21.ebuild
index f3737b3f23ca..5b1d3415ec55 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.21.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.21.ebuild
@@ -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

diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild 
b/sys-apps/pkgcore/pkgcore-9999.ebuild
index 2ef2bcb91b13..3f64d0ccb6e6 100644
--- a/sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/sys-apps/pkgcore/pkgcore-9999.ebuild
@@ -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

Reply via email to