From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Sat, 4 Mar 2017 18:09:14 +0000 (-0100) Subject: Make sure we rebuild actual libc and not the virtual package. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b9e8ca9b4aa18689ef7fa7ec46e4bbb7e311eced;p=gentoo.git 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) --- 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"