env_update: fix CHOST/CBUILD ldconfig code
authorZac Medico <zmedico@gentoo.org>
Mon, 29 Aug 2011 07:40:11 +0000 (00:40 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 29 Aug 2011 07:40:11 +0000 (00:40 -0700)
commit35d900fab79b934517a2bf611bd919cb6a99aa7d
tree2184ffec0a6721c0b4c9d7cb77e9b2b67bb4f976
parent9b3263f03f23eae1f88c03cd78a4fd05f1e2db68
env_update: fix CHOST/CBUILD ldconfig code

This code never worked (since it was added in commit
751893b0272561eb9274110a474d5436a7d2bc76) due to a name collision
between the env argument and another variable with the same name.
pym/portage/util/env_update.py