Re: [gentoo-dev] [PATCH] cuda.eclass: EAPI support: add 8, drop 5 and 6

2021-07-16 Thread Sam James
> On 15 Jul 2021, at 21:41, Marek Szuba wrote: > > On 2021-07-15 06:58, Ulrich Mueller wrote: > >> In the latest bunch of updates, we have changed many eclasses to have >> only a single error case, and also standardized the die message. >> Maybe simplify this eclass as well? > > If anyone fro

Re: [gentoo-dev] [PATCH] cuda.eclass: EAPI support: add 8, drop 5 and 6

2021-07-15 Thread Marek Szuba
On 2021-07-15 06:58, Ulrich Mueller wrote: In the latest bunch of updates, we have changed many eclasses to have only a single error case, and also standardized the die message. Maybe simplify this eclass as well? If anyone from Sci suggests/seconds this I shall not argue, that said I do in f

Re: [gentoo-dev] [PATCH] cuda.eclass: EAPI support: add 8, drop 5 and 6

2021-07-14 Thread Ulrich Mueller
> On Thu, 15 Jul 2021, Marek Szuba wrote: > case "${EAPI:-0}" in > - 0|1|2|3|4) > + [0-6]) > die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" > ;; > - 5|6|7) > + 7|8) > ;; > *) > die "Unsupported EAPI=${EA