summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-11-18 09:27:45 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-11-18 09:27:58 +0100
commit900460ba3c3295cb02ca7cc0db1f3ecbb2407bea (patch)
treec682c9055e9c550dd1259ea03786e8087fe5e091 /app-shells
parentdev-lang/erlang: bump up to 23.1.3 (diff)
downloadgentoo-900460ba3c3295cb02ca7cc0db1f3ecbb2407bea.tar.gz
gentoo-900460ba3c3295cb02ca7cc0db1f3ecbb2407bea.tar.bz2
gentoo-900460ba3c3295cb02ca7cc0db1f3ecbb2407bea.zip
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@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/bash-5.1_rc3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.1_rc3.ebuild b/app-shells/bash/bash-5.1_rc3.ebuild
index 218a51579c91..afb1bae1d19b 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"