Re: [gentoo-dev] [PATCH 3/3] xorg-2.eclass: Add EAPI=7 support

2019-02-24 Thread Matt Turner
On Sun, Feb 24, 2019 at 4:44 AM Matija Skala wrote: > > Dne sreda, 20. februar 2019 ob 05:45:41 CET je Matt Turner napisal: > > + default > > xorg-2_reconf_source > > - autotools-utils_src_prepare "$@" > > + > > + [[ ${PATCHES} ]] && epatch "${PATCHES[@]}" > > } > > > > On

Re: [gentoo-dev] [PATCH 3/3] xorg-2.eclass: Add EAPI=7 support

2019-02-22 Thread Andrew Savchenko
On Tue, 19 Feb 2019 22:46:23 -0800 Matt Turner wrote: > On Tue, Feb 19, 2019 at 10:24 PM Ulrich Mueller wrote: > > > > > On Wed, 20 Feb 2019, Matt Turner wrote: > > > > > Nearly all the work is just removing uses of autotools-multilib and > > > autotools-utils. The new code should work in

Re: [gentoo-dev] [PATCH 3/3] xorg-2.eclass: Add EAPI=7 support

2019-02-19 Thread Matt Turner
On Tue, Feb 19, 2019 at 10:24 PM Ulrich Mueller wrote: > > > On Wed, 20 Feb 2019, Matt Turner wrote: > > > Nearly all the work is just removing uses of autotools-multilib and > > autotools-utils. The new code should work in EAPI 4 and 5. Don't add > > support for EAPI 6; that ship has already

Re: [gentoo-dev] [PATCH 3/3] xorg-2.eclass: Add EAPI=7 support

2019-02-19 Thread Ulrich Mueller
> On Wed, 20 Feb 2019, Matt Turner wrote: > Nearly all the work is just removing uses of autotools-multilib and > autotools-utils. The new code should work in EAPI 4 and 5. Don't add > support for EAPI 6; that ship has already sailed. AFAICS, adding EAPI 6 support wouldn't require any

[gentoo-dev] [PATCH 3/3] xorg-2.eclass: Add EAPI=7 support

2019-02-19 Thread Matt Turner
Nearly all the work is just removing uses of autotools-multilib and autotools-utils. The new code should work in EAPI 4 and 5. Don't add support for EAPI 6; that ship has already sailed. --- There are a number of trivial x11 bumps coming up, so I figured I'd try to finally add EAPI=7 support to