diff options
author | 2022-10-08 15:54:00 +0100 | |
---|---|---|
committer | 2022-10-08 15:54:07 +0100 | |
commit | ece657823e19ed22f93885336be8e87ae3ff3ee8 (patch) | |
tree | 9b6de2040d9afd83264af74b6dc0300bfee1337a | |
parent | app-misc/mosquitto: Move libwebsockets to RDEPEND (diff) | |
download | gentoo-ece657823e19ed22f93885336be8e87ae3ff3ee8.tar.gz gentoo-ece657823e19ed22f93885336be8e87ae3ff3ee8.tar.bz2 gentoo-ece657823e19ed22f93885336be8e87ae3ff3ee8.zip |
app-shells/bash: tighten readline dep for 5.2_p2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-shells/bash/bash-5.2_p2-r2.ebuild (renamed from app-shells/bash/bash-5.2_p2-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.2_p2-r1.ebuild b/app-shells/bash/bash-5.2_p2-r2.ebuild index e40e4b39547a..897cf5324a38 100644 --- a/app-shells/bash/bash-5.2_p2-r1.ebuild +++ b/app-shells/bash/bash-5.2_p2-r2.ebuild @@ -33,7 +33,7 @@ is_release() { # The version of readline this bash normally ships with. # Note: right now, we don't use the system copy of readline for bash for non-releases. -READLINE_VER="8.2" +READLINE_VER="8.2_p1" DESCRIPTION="The standard GNU Bourne again shell" HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git" |