diff options
author | Sam James <sam@gentoo.org> | 2021-11-18 04:30:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-18 04:30:47 +0000 |
commit | 02419b7e6d19b665a2c7893b727928f9d093d77a (patch) | |
tree | 16122d78eeae893930eb0620c428c787fedb02e3 /app-shells/bash | |
parent | sys-libs/readline: update comment to patch location (diff) | |
download | gentoo-02419b7e6d19b665a2c7893b727928f9d093d77a.tar.gz gentoo-02419b7e6d19b665a2c7893b727928f9d093d77a.tar.bz2 gentoo-02419b7e6d19b665a2c7893b727928f9d093d77a.zip |
app-shells/bash: update comment to patch location
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/bash-5.1_p12.ebuild | 2 | ||||
-rw-r--r-- | app-shells/bash/bash-5.1_p8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-5.1_p12.ebuild b/app-shells/bash/bash-5.1_p12.ebuild index 70f4bce87299..7d7bced3fec0 100644 --- a/app-shells/bash/bash-5.1_p12.ebuild +++ b/app-shells/bash/bash-5.1_p12.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic toolchain-funcs prefix # Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-5.0-patches/ +# See ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/ PLEVEL="${PV##*_p}" MY_PV="${PV/_p*}" MY_PV="${MY_PV/_/-}" diff --git a/app-shells/bash/bash-5.1_p8.ebuild b/app-shells/bash/bash-5.1_p8.ebuild index 5f26b4a7e3ab..28c7c04fafe6 100644 --- a/app-shells/bash/bash-5.1_p8.ebuild +++ b/app-shells/bash/bash-5.1_p8.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic toolchain-funcs prefix # Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-5.0-patches/ +# See ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/ PLEVEL="${PV##*_p}" MY_PV="${PV/_p*}" MY_PV="${MY_PV/_/-}" |