diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-07 23:15:04 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-07 23:19:42 +0100 |
commit | aa4c676bbdb49bee141af4f3de854d9a2206e023 (patch) | |
tree | 755dbe579b861c18c4ec7f4e0ed9ec6e5641ed62 /app-shells | |
parent | app-shells/bash: Revbump to add a couple of fixes (diff) | |
download | gentoo-aa4c676bbdb49bee141af4f3de854d9a2206e023.tar.gz gentoo-aa4c676bbdb49bee141af4f3de854d9a2206e023.tar.bz2 gentoo-aa4c676bbdb49bee141af4f3de854d9a2206e023.zip |
app-shells/bash: Minor comment fixes.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-5.0_p2-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 fc03471826eb..9410c85e0ce1 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 9b2b1d119e74..7572f931eab2 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/_/-} |