Use os.path.realpath instead of portage.abssymlink to resolve /etc/make.profile becau...
authorZac Medico <zmedico@gentoo.org>
Mon, 8 May 2006 20:26:14 +0000 (20:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 8 May 2006 20:26:14 +0000 (20:26 -0000)
commit37089ea422ec8d486b132a1f7027286f2dbcfebe
tree0bba4dfccbc97c9340f8732e43a9d4acb1d2beb9
parent80f33830278ab14b1505df9974488d81d363529e
Use os.path.realpath instead of portage.abssymlink to resolve /etc/make.profile because abssymlink throws an OSError: [Errno 22] Invalid argument exception when repoman passes in an absolute profile path that isn't a symlink.

svn path=/main/trunk/; revision=3334
pym/portage.py