commit: aa4c676bbdb49bee141af4f3de854d9a2206e023 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Mar 7 22:15:04 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Mar 7 22:19:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4c676b
app-shells/bash: Minor comment fixes. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> app-shells/bash/bash-5.0_p2-r1.ebuild | 2 +- app-shells/bash/bash-5.0_p2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/bash/bash-5.0_p2-r1.ebuild b/app-shells/bash/bash-5.0_p2-r1.ebuild index fc03471826e..9410c85e0ce 100644 --- a/app-shells/bash/bash-5.0_p2-r1.ebuild +++ b/app-shells/bash/bash-5.0_p2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic toolchain-funcs multilib prefix # Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-4.4-patches/ +# See ftp://ftp.cwru.edu/pub/bash/bash-5.0-patches/ PLEVEL=${PV##*_p} MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-} diff --git a/app-shells/bash/bash-5.0_p2.ebuild b/app-shells/bash/bash-5.0_p2.ebuild index 9b2b1d119e7..7572f931eab 100644 --- a/app-shells/bash/bash-5.0_p2.ebuild +++ b/app-shells/bash/bash-5.0_p2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic toolchain-funcs multilib prefix # Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-4.4-patches/ +# See ftp://ftp.cwru.edu/pub/bash/bash-5.0-patches/ PLEVEL=${PV##*_p} MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-}
