Re: [gentoo-dev] [PATCH] darcs.eclass: use BDEPEND with EAPI >= 7

2019-05-29 Thread Michał Górny
On Wed, 2019-05-29 at 11:33 +0200, David Seifert wrote: > On Wed, 2019-05-29 at 11:31 +0200, Ulrich Mueller wrote: > > > > > > > On Wed, 29 May 2019, David Seifert wrote: > > > On Wed, 2019-05-29 at 11:00 +0200, Michael Haubenwallner wrote: > > > > +case ${EAPI:-0} in > > > > + [0-6]*) > > >

Re: [gentoo-dev] [PATCH] darcs.eclass: use BDEPEND with EAPI >= 7

2019-05-29 Thread David Seifert
On Wed, 2019-05-29 at 11:31 +0200, Ulrich Mueller wrote: > > > > > > On Wed, 29 May 2019, David Seifert wrote: > > On Wed, 2019-05-29 at 11:00 +0200, Michael Haubenwallner wrote: > > > +case ${EAPI:-0} in > > > + [0-6]*) > > Why the *? Do we really care about EAPI="5-HDEPEND" and others? > >

Re: [gentoo-dev] [PATCH] darcs.eclass: use BDEPEND with EAPI >= 7

2019-05-29 Thread Ulrich Mueller
> On Wed, 29 May 2019, David Seifert wrote: > On Wed, 2019-05-29 at 11:00 +0200, Michael Haubenwallner wrote: >> +case ${EAPI:-0} in >> +[0-6]*) > Why the *? Do we really care about EAPI="5-HDEPEND" and others? Worse, this will match EAPI 10. :) signature.asc Description: PGP

Re: [gentoo-dev] [PATCH] darcs.eclass: use BDEPEND with EAPI >= 7

2019-05-29 Thread David Seifert
On Wed, 2019-05-29 at 11:00 +0200, Michael Haubenwallner wrote: > --- > eclass/darcs.eclass | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass > index 489008a87f1..81003651680 100644 > --- a/eclass/darcs.eclass > +++

[gentoo-dev] [PATCH] darcs.eclass: use BDEPEND with EAPI >= 7

2019-05-29 Thread Michael Haubenwallner
--- eclass/darcs.eclass | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass index 489008a87f1..81003651680 100644 --- a/eclass/darcs.eclass +++ b/eclass/darcs.eclass @@ -85,8 +85,16 @@ SRC_URI="" # --- end