Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 3/4] distutils-r1.eclass: Use 'dosym -r' in EAPI 8
Date: Sat, 26 Jun 2021 11:19:10
Message-Id: 08ccf19d4686c64019bb286d9afb3f99160c7617.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 3/4] distutils-r1.eclass: Use 'dosym -r' in EAPI 8 by Ulrich Mueller
1 On Sat, 2021-06-26 at 09:58 +0200, Ulrich Mueller wrote:
2 > > > > > > On Fri, 25 Jun 2021, Michał Górny wrote:
3 >
4 > > + local dosym=dosym
5 > > + [[ ${EAPI} == [67] ]] && dosym=dosym8
6 > > + "${dosym}" -r /usr/lib/python-exec/python-
7 > > exec2 \
8 > > + "${bindir#${EPREFIX}}/${basename}"
9 >
10 > Shouldn't the eclass inherit eapi8-dosym in EAPIs 6 and 7?
11
12 It relies on python-utils-r1 taking care of that.
13
14 --
15 Best regards,
16 Michał Górny