Re: [gentoo-dev] [PATCH] virtualx.eclass: support EAPI 7

2018-07-27 Thread Virgil Dupras
On Fri, 27 Jul 2018 07:39:10 +0200 Ulrich Mueller wrote: > > On Thu, 26 Jul 2018, Virgil Dupras wrote: > > > The only adjustment made here is setting BDEPEND instead of DEPEND > > when under EAPI 7. > > There's a third DEPEND assignment which you've missed, at the end of > the optional|test

Re: [gentoo-dev] [PATCH] virtualx.eclass: support EAPI 7

2018-07-26 Thread Ulrich Mueller
> On Thu, 26 Jul 2018, Virgil Dupras wrote: > The only adjustment made here is setting BDEPEND instead of DEPEND > when under EAPI 7. There's a third DEPEND assignment which you've missed, at the end of the optional|tests case. Ulrich pgpog9TsT6GuR.pgp Description: PGP signature

[gentoo-dev] [PATCH] virtualx.eclass: support EAPI 7

2018-07-26 Thread Virgil Dupras
The only adjustment made here is setting BDEPEND instead of DEPEND when under EAPI 7. (first time trying this, guidance/reviews appreciated, took mgorny's git-r3 patch as a model) --- eclass/virtualx.eclass | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/eclass