On Tue, 2017-06-06 at 21:11 +1200, Kent Fredric wrote:
>
> Just 30 days to overhaul things on top of other work is a serious
> problem for anyone with time issues already.
I've updated the proposed timeframe in the mask to 90 days.
> ( I only consider my own use of this "amateur" at best right n
Am Mittwoch, 7. Juni 2017, 22:44:31 CEST schrieb Andreas K. Huettel:
> Hey all,
>
> as already discussed on IRC, here is a first step towards new 17.0 profile
> sets.
I havent seen any blocking disagreements / arguments, so I'm going to push the
patches later today.
-> The new profiles will N
Am Donnerstag, 8. Juni 2017, 20:53:53 CEST schrieb Michał Górny:
> I think it would also be reasonable to have clang default to the same
> C++ standard for better interoperability.
Makes sense.
>
> Sadly, unless I'm mistaken changing the defaults for both will require
> patching the code.
Just
On Sat, 10 Jun 2017 13:28:19 +0200
Jeroen Roovers wrote:
> https://bugs.gentoo.org/show_bug.cgi?id=426262
> + mv configure.{in,ac} || die
Looks good.
--
Sergei
pgpWrrfyNhK6s.pgp
Description: Цифровая подпись OpenPGP
https://bugs.gentoo.org/show_bug.cgi?id=426262diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 2710bf827b..76a5c2eade 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -341,10 +341,11 @@ eautoconf() {
echo
die "No configure.{ac,in} present!"
fi
- if [