diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2017-05-05 14:31:25 -0500 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2017-05-05 14:31:25 -0500 |
| commit | d3ef9ef1bebc7604db0e8c5c49e167e18300c9e9 (patch) | |
| tree | e28c8be1306898fd1fe60a9d6e552121e72ac8dc /data/eclean | |
| parent | 67eaed1c893985c0156beecd1263a4059497494c (diff) | |
| download | gentoolkit-d3ef9ef1bebc7604db0e8c5c49e167e18300c9e9.tar.gz | |
revdep_rebuild/settings.py: Fix traceback error with Python3.6 (bug 617498)
The portage.root variable is using late binding. This breaks in Python3.6
where the type is being checked before use in os.path.join(). This fix
creates a new variable of the correct type from the value of portage.root
instead of using portage.root directly.
X-Gentoo-bug: 617498
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=617498
Acked-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'data/eclean')
0 files changed, 0 insertions, 0 deletions
