diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-06-23 16:49:06 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-06-23 17:01:12 -0400 |
commit | 8dc2f19c0b6811b59ad6af72dd7c254d40c9c21b (patch) | |
tree | 26058dcc45a4056275a337d4dba3d89287932cc2 /app-portage | |
parent | dev-lang/perl: update Manifest, 5.38.0-RC2 tarball was re-spun (diff) | |
download | gentoo-8dc2f19c0b6811b59ad6af72dd7c254d40c9c21b.tar.gz gentoo-8dc2f19c0b6811b59ad6af72dd7c254d40c9c21b.tar.bz2 gentoo-8dc2f19c0b6811b59ad6af72dd7c254d40c9c21b.zip |
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@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/iwdevtools/iwdevtools-0.12.5.ebuild | 2 | ||||
-rw-r--r-- | 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 |