python-utils-r1.eclass: stop respecting DESTTREE in python_do*/new*
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 06:24:29 +0000 (08:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 07:19:57 +0000 (09:19 +0200)
commitab2b94cf3829ca1ac580c1ca281c0437bded709b
tree8c7602529fb41c9af5cdf1f1a06ca33345d4f882
parent094273fc0ec38dcb292a767169dcd265da9d5142
python-utils-r1.eclass: stop respecting DESTTREE in python_do*/new*

Replace the code respecting current value of ${DESTTREE} in favor of
using /usr unconditionally. The feature was extremely unlikely to be
ever used (only if you did 'into ...; python_do*', quite confusing
and relied on semi-internal package manager variables.

Furthermore, it was potentially broken as it relied on DESTTREE having
an initial '/usr' value which is not warranted by the PMS.
eclass/python-utils-r1.eclass