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 AB1821382C5 for ; Wed, 9 Dec 2020 19:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EEA7E0A5D; Wed, 9 Dec 2020 19:26:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 56A50E0A5D for ; Wed, 9 Dec 2020 19:26:12 +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 EC19E340BB4 for ; Wed, 9 Dec 2020 19:26:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D26C453 for ; Wed, 9 Dec 2020 19:26:09 +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: <1607541783.1316d6b9d15c894453119035991559982480c68a.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: 1316d6b9d15c894453119035991559982480c68a X-VCS-Branch: master Date: Wed, 9 Dec 2020 19:26:09 +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: dcbcc230-3426-478e-98b4-2deea629af7d X-Archives-Hash: ce51d521b6ee1046f42cd26b194dffce commit: 1316d6b9d15c894453119035991559982480c68a Author: Fabian Groffen gentoo org> AuthorDate: Wed Dec 9 19:23:03 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Dec 9 19:23:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1316d6b9 scripts/bootstrap-prefix: USE=-readline for linux bootstrap util-linux wants readline, but that isn't critical yet it gives us dependency problems, so simply mask it out, the final emerge -e system will pull everything back in order anyway 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 b73dbc3ff4..c6a79b1ec5 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1575,6 +1575,7 @@ do_emerge_pkgs() { -pcre -python -qmanifest -qtegrity + -readline bootstrap clang internal-glib