Hi,

The original EAPI 8 patch series did not switch distutils-r1.eclass
to 'dosym -r' correctly.  The call was originally done inside
a temporary build root (!= ${ED}).  While we hacked around to make
'dosym -r' work, our hack did not work correctly in Prefix.

To avoid this, let's merge the temporary build root first and then
perform the wrapping inside ${ED}.


Michał Górny (4):
  distutils-r1.eclass: Defer wrapping scripts until after root-merge
  distutils-r1.eclass: Eliminate path arg to ..._wrap_scripts
  distutils-r1.eclass: Use 'dosym -r' in EAPI 8
  python-utils-r1.eclass: Remove _python_ln_rel

 eclass/distutils-r1.eclass    | 27 +++++++++++------------
 eclass/python-utils-r1.eclass | 40 -----------------------------------
 2 files changed, 14 insertions(+), 53 deletions(-)

-- 
2.32.0


Reply via email to