From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA095138334 for ; Thu, 7 Mar 2019 22:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBFEBE0922; Thu, 7 Mar 2019 22:19:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D9DAE0922 for ; Thu, 7 Mar 2019 22:19:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AF31335D13 for ; Thu, 7 Mar 2019 22:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A97A055E for ; Thu, 7 Mar 2019 22:19:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1551997182.aa4c676bbdb49bee141af4f3de854d9a2206e023.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash/bash-5.0_p2-r1.ebuild app-shells/bash/bash-5.0_p2.ebuild X-VCS-Directories: app-shells/bash/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: aa4c676bbdb49bee141af4f3de854d9a2206e023 X-VCS-Branch: master Date: Thu, 7 Mar 2019 22:19:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa133c87-4fff-45dc-af5f-f85d789205f0 X-Archives-Hash: d069fdc9db2317f3130308f775940516 commit: aa4c676bbdb49bee141af4f3de854d9a2206e023 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 7 22:15:04 2019 +0000 Commit: Lars Wendler gentoo 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 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/_/-}