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 56160138350 for ; Thu, 12 Mar 2020 11:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86FA7E0938; Thu, 12 Mar 2020 11:47:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 681C1E0938 for ; Thu, 12 Mar 2020 11:47:34 +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 E09EE34DDC3 for ; Thu, 12 Mar 2020 11:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5390168 for ; Thu, 12 Mar 2020 11:47:30 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1584013629.29ee6c868a673492b3e3c1b5e7047ab509fe4f27.haubi@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 29ee6c868a673492b3e3c1b5e7047ab509fe4f27 X-VCS-Branch: master Date: Thu, 12 Mar 2020 11:47:30 +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: c8807cef-7e64-4ddd-b98a-22ef2c25c5f3 X-Archives-Hash: 702a10b0ff726d22032b1b89a83d80e7 commit: 29ee6c868a673492b3e3c1b5e7047ab509fe4f27 Author: Michael Haubenwallner gentoo org> AuthorDate: Thu Mar 12 11:46:30 2020 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Thu Mar 12 11:47:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=29ee6c86 bootstrap-prefix.sh: bump stage1 findutils Bug: https://bugs.gentoo.org/663242 Signed-off-by: Michael Haubenwallner gentoo.org> scripts/bootstrap-prefix.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 7bb3e9df35..a3aaeaa3aa 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1207,7 +1207,9 @@ bootstrap_sed() { } bootstrap_findutils() { - bootstrap_gnu findutils 4.5.10 || bootstrap_gnu findutils 4.2.33 + bootstrap_gnu findutils 4.7.0 || + bootstrap_gnu findutils 4.5.10 || + bootstrap_gnu findutils 4.2.33 } bootstrap_wget() {