summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2017-03-04 17:09:14 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2017-03-04 17:09:14 -0100
commitb9e8ca9b4aa18689ef7fa7ec46e4bbb7e311eced (patch)
treec7e9e248bd96d9ea3f77391c99657bc6bf28c3a1
parentx11-base/xorg-drivers: Drop a bunch of old drivers. (diff)
downloadgentoo-b9e8ca9b4aa18689ef7fa7ec46e4bbb7e311eced.tar.gz
gentoo-b9e8ca9b4aa18689ef7fa7ec46e4bbb7e311eced.tar.bz2
gentoo-b9e8ca9b4aa18689ef7fa7ec46e4bbb7e311eced.zip
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) <jmbsvicetto@gentoo.org>
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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"