commit:     1316d6b9d15c894453119035991559982480c68a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 19:23:03 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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

Reply via email to