commit:     8dc2f19c0b6811b59ad6af72dd7c254d40c9c21b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 20:49:06 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 21:01:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc2f19c

app-portage/iwdevtools: depend on bash[readline]

This is needed for compgen, which iwdevtools does use.

Skipping revbump given portage depends on [readline] too and this
would be a rather rare configuration. Just adding to be pedantic.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-portage/iwdevtools/iwdevtools-0.12.5.ebuild | 2 +-
 app-portage/iwdevtools/iwdevtools-9999.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/iwdevtools/iwdevtools-0.12.5.ebuild 
b/app-portage/iwdevtools/iwdevtools-0.12.5.ebuild
index ad9fe2c7e81b..baa4f6dbae19 100644
--- a/app-portage/iwdevtools/iwdevtools-0.12.5.ebuild
+++ b/app-portage/iwdevtools/iwdevtools-0.12.5.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        app-misc/pax-utils
        app-portage/portage-utils
-       >=app-shells/bash-5.1
+       >=app-shells/bash-5.1[readline]
        dev-libs/libxml2:2
        sys-apps/coreutils
        sys-apps/diffutils

diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild 
b/app-portage/iwdevtools/iwdevtools-9999.ebuild
index c3034e59890f..5d8cf2fc86c0 100644
--- a/app-portage/iwdevtools/iwdevtools-9999.ebuild
+++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        app-misc/pax-utils
        app-portage/portage-utils
-       >=app-shells/bash-5.1
+       >=app-shells/bash-5.1[readline]
        dev-libs/libxml2:2
        sys-apps/coreutils
        sys-apps/diffutils

Reply via email to