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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79E0115808B for ; Sat, 17 Feb 2024 14:09:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F2F0E2A00; Sat, 17 Feb 2024 14:09:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 719D6E2A00 for ; Sat, 17 Feb 2024 14:09:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82A1C33F9FD for ; Sat, 17 Feb 2024 14:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD38C11CF for ; Sat, 17 Feb 2024 14:09:51 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1708178928.7c5f8c46bba64f4338a6976222758193e394076f.grobian@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: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 7c5f8c46bba64f4338a6976222758193e394076f X-VCS-Branch: master Date: Sat, 17 Feb 2024 14:09: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: 10224634-d25c-48ab-a44d-78d5632bd001 X-Archives-Hash: 3553a89b5b06a6a94f2f1fab21e0cbea commit: 7c5f8c46bba64f4338a6976222758193e394076f Author: Fabian Groffen gentoo org> AuthorDate: Sat Feb 17 14:08:48 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Feb 17 14:08:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7c5f8c46 scripts/bootstrap-prefix: bootstrap findutils-4.9 Previous versions have dissapeared from Gentoo mirrors, so use latest one if possible. Thanks Daniel Weiß for pointing this out. Signed-off-by: Fabian Groffen gentoo.org> scripts/bootstrap-prefix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 27ea905467..4b4cd52b90 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1292,6 +1292,7 @@ bootstrap_sed() { } bootstrap_findutils() { + bootstrap_gnu findutils 4.9.0 || bootstrap_gnu findutils 4.7.0 || bootstrap_gnu findutils 4.5.10 || bootstrap_gnu findutils 4.2.33