diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-18 09:27:45 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-18 09:27:58 +0100 |
commit | 900460ba3c3295cb02ca7cc0db1f3ecbb2407bea (patch) | |
tree | c682c9055e9c550dd1259ea03786e8087fe5e091 /app-shells/bash/bash-5.1_rc3.ebuild | |
parent | dev-lang/erlang: bump up to 23.1.3 (diff) | |
download | gentoo-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/bash/bash-5.1_rc3.ebuild')
-rw-r--r-- | app-shells/bash/bash-5.1_rc3.ebuild | 2 |
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" |