eclass/distutils-r1.eclass: Remove setting egg-base due to absolute path errors
authorBrian Dolbec <dolsen@gentoo.org>
Sat, 7 Jan 2017 21:08:49 +0000 (13:08 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Thu, 12 Jan 2017 23:58:08 +0000 (15:58 -0800)
commit398788db0e61daa292812702e5cf7a9cdead94b8
tree7be6d5be3d200951869c88d17d159da044b12bfd
parente548587eae35e75a7d9bce719571714df6ca066b
eclass/distutils-r1.eclass: Remove setting egg-base due to absolute path errors

In setuptools and new python releases, this causes the SOURCES.txt to include all
egg-info files with absolute paths.  Without this setting these files are not included in that file and everything works and installs correctly.
eclass/distutils-r1.eclass