From ce0272bd29ffc1880269f49377f62b89112c728b Mon Sep 17 00:00:00 2001 From: mudler Date: Wed, 23 Mar 2016 15:54:24 +0100 Subject: [PATCH] enable emerge --info informations to be displayed *always* on build, it will not be parametrized on purpose --- builder | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder b/builder index 1d869a1..0efc235 100755 --- a/builder +++ b/builder @@ -257,6 +257,8 @@ if ($use_equo) { say "* Ready to compile, finger crossed"; +system("emerge --info"); #always give detailed information about the building environment, helpful to debug + my $rt; if ($emerge_split_install) {