commit: 900460ba3c3295cb02ca7cc0db1f3ecbb2407bea
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 08:27:45 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 08:27:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900460ba
app-shells/bash: Adjust sys-libs/readline dep
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-shells/bash/bash-5.1_rc3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/bash/bash-5.1_rc3.ebuild
b/app-shells/bash/bash-5.1_rc3.ebuild
index 218a51579c9..afb1bae1d19 100644
--- a/app-shells/bash/bash-5.1_rc3.ebuild
+++ b/app-shells/bash/bash-5.1_rc3.ebuild
@@ -34,7 +34,7 @@ patches() {
}
# The version of readline this bash normally ships with.
-READLINE_VER="8.1_rc2"
+READLINE_VER="8.1_rc3"
DESCRIPTION="The standard GNU Bourne again shell"
HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"