diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2017-03-04 17:09:14 -0100 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2017-03-04 17:09:14 -0100 |
commit | b9e8ca9b4aa18689ef7fa7ec46e4bbb7e311eced (patch) | |
tree | c7e9e248bd96d9ea3f77391c99657bc6bf28c3a1 /scripts | |
parent | x11-base/xorg-drivers: Drop a bunch of old drivers. (diff) | |
download | gentoo-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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
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" |