From b9e8ca9b4aa18689ef7fa7ec46e4bbb7e311eced Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Sat, 4 Mar 2017 17:09:14 -0100 Subject: Make sure we rebuild actual libc and not the virtual package. Thanks to Zac (zmedico) for the pointer. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 3a8959ec1a29..f79232627a2a 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -272,7 +272,7 @@ for atom in portage.settings.packages: [[ -z ${myBINUTILS} ]] && myBINUTILS="binutils" [[ -z ${myGCC} ]] && myGCC="gcc" [[ -z ${myGETTEXT} ]] && myGETTEXT="gettext" -[[ -z ${myLIBC} ]] && myLIBC="virtual/libc" +[[ -z ${myLIBC} ]] && myLIBC="$(portageq expand_virtual / virtual/libc)" [[ -z ${myTEXINFO} ]] && myTEXINFO="sys-apps/texinfo" [[ -z ${myZLIB} ]] && myZLIB="zlib" [[ -z ${myNCURSES} ]] && myNCURSES="ncurses" -- cgit v1.2.3-65-gdbad