Re: [gentoo-dev] [PATCH 1/7] xorg-2.eclass: drop autotools-utils

2016-04-17 Thread Michał Górny
On Sun, 17 Apr 2016 10:45:08 -0400 Mike Gilbert wrote: > On Sun, Apr 17, 2016 at 10:31 AM, Ian Stakenvicius wrote: > > > > > > Sent from an iPhone, sorry for the HTML... > > > >> On Apr 17, 2016, at 10:13 AM, Mike Gilbert wrote: > >> > >> @@ -487,10 +497,17 @@ xorg-2_src_configure() { > >> xo

Re: [gentoo-dev] [PATCH 1/7] xorg-2.eclass: drop autotools-utils

2016-04-17 Thread Mike Gilbert
On Sun, Apr 17, 2016 at 10:50 AM, Ian Stakenvicius wrote: > >> On Apr 17, 2016, at 10:45 AM, Mike Gilbert wrote: >> >>> On Sun, Apr 17, 2016 at 10:31 AM, Ian Stakenvicius wrote: >>> >>> >>> Sent from an iPhone, sorry for the HTML... >>> On Apr 17, 2016, at 10:13 AM, Mike Gilbert wrote: >>>

Re: [gentoo-dev] [PATCH 1/7] xorg-2.eclass: drop autotools-utils

2016-04-17 Thread Ian Stakenvicius
> On Apr 17, 2016, at 10:45 AM, Mike Gilbert wrote: > >> On Sun, Apr 17, 2016 at 10:31 AM, Ian Stakenvicius wrote: >> >> >> Sent from an iPhone, sorry for the HTML... >> >>> On Apr 17, 2016, at 10:13 AM, Mike Gilbert wrote: >>> >>> @@ -487,10 +497,17 @@ xorg-2_src_configure() { >>> xorg-2_

Re: [gentoo-dev] [PATCH 1/7] xorg-2.eclass: drop autotools-utils

2016-04-17 Thread Mike Gilbert
On Sun, Apr 17, 2016 at 10:31 AM, Ian Stakenvicius wrote: > > > Sent from an iPhone, sorry for the HTML... > >> On Apr 17, 2016, at 10:13 AM, Mike Gilbert wrote: >> >> @@ -487,10 +497,17 @@ xorg-2_src_configure() { >> xorg-2_src_compile() { >>debug-print-function ${FUNCNAME} "$@" >> >> +l

Re: [gentoo-dev] [PATCH 1/7] xorg-2.eclass: drop autotools-utils

2016-04-17 Thread Ian Stakenvicius
Sent from an iPhone, sorry for the HTML... > On Apr 17, 2016, at 10:13 AM, Mike Gilbert wrote: > > @@ -487,10 +497,17 @@ xorg-2_src_configure() { > xorg-2_src_compile() { >debug-print-function ${FUNCNAME} "$@" > > +local makeargs=( "$@" ) > + >if [[ ${XORG_MULTILIB} == yes ]]; the

[gentoo-dev] [PATCH 1/7] xorg-2.eclass: drop autotools-utils

2016-04-17 Thread Mike Gilbert
--- eclass/xorg-2.eclass | 73 +++- 1 file changed, 49 insertions(+), 24 deletions(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 437265a..f6cf1f9 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -43,12 +43,14 @@ fi