Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 12 Mar 2020 11:47:35
Message-Id: 1584013629.29ee6c868a673492b3e3c1b5e7047ab509fe4f27.haubi@gentoo
1 commit: 29ee6c868a673492b3e3c1b5e7047ab509fe4f27
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 12 11:46:30 2020 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 12 11:47:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=29ee6c86
7
8 bootstrap-prefix.sh: bump stage1 findutils
9
10 Bug: https://bugs.gentoo.org/663242
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 scripts/bootstrap-prefix.sh | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
17 index 7bb3e9df35..a3aaeaa3aa 100755
18 --- a/scripts/bootstrap-prefix.sh
19 +++ b/scripts/bootstrap-prefix.sh
20 @@ -1207,7 +1207,9 @@ bootstrap_sed() {
21 }
22
23 bootstrap_findutils() {
24 - bootstrap_gnu findutils 4.5.10 || bootstrap_gnu findutils 4.2.33
25 + bootstrap_gnu findutils 4.7.0 ||
26 + bootstrap_gnu findutils 4.5.10 ||
27 + bootstrap_gnu findutils 4.2.33
28 }
29
30 bootstrap_wget() {