mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
parent
1869a05dac
commit
b9e8ca9b4a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user