Make sure we rebuild actual libc and not the virtual package.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sat, 4 Mar 2017 18:09:14 +0000 (17:09 -0100)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sat, 4 Mar 2017 18:09:14 +0000 (17:09 -0100)
Thanks to Zac (zmedico) for the pointer.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
scripts/bootstrap.sh

index 3a8959ec1a29729f85fa709c4af9f4901c2cf4a6..f79232627a2aa68e2ab29559dcf2391785a171a9 100755 (executable)
@@ -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"