On 07/09/2018 15:11, Andreas K. Huettel wrote:
>> - Invest significantly in Infrastructure spending to fund ambitious
>> projects.
>
> You need people who work on that first.
>
> Suggestion: Found a tinderbox project, get toralf, kensington, zerochaos,
> mgorny, whoelse? on board, integrate thi
On Fri, 7 Sep 2018 09:47:00 -0400
Brian Evans wrote:
> The eltpatch command is run on the build host.
> As such, it needs to be in BDEPEND for EAPI 7.
>
> Also taking this opportunity to list compatible EAPIs to consider
> future adjustments.
> ---
> eclass/libtool.eclass | 9 +++--
> 1 fi
The autotools commands are run on the build host.
As such, their packages needs to be in BDEPEND for EAPI 7.
Also taking this opportunity to list compatible EAPIs to consider
future adjustments.
Signed-off-by: Brian Evans
---
eclass/autotools.eclass | 11 ++-
1 file changed, 10 insertio
Since these tools are run on a build host, they should be in BDEPENDS
for new EAPIs.
I've also taken the liberty of declaring what EAPIs are supported as
the lists will need to be adjusted in the future.
Comments welcome.
Brian
The eltpatch command is run on the build host.
As such, it needs to be in BDEPEND for EAPI 7.
Also taking this opportunity to list compatible EAPIs to consider
future adjustments.
---
eclass/libtool.eclass | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/eclass/libtool