From 9080c992d30ea9d51d476a87d0c6d150c34c8fde Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 24 May 2018 20:30:09 +0100 Subject: [PATCH] sys-apps/guix: run full eautoreconf, not just eautomake eautomake is not enough when automake does not match the version aclocal.m4 was built with (1.15). Run full eautoreconf to tolerate the failure. Package-Manager: Portage-2.3.38, Repoman-2.3.9 --- sys-apps/guix/guix-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/guix/guix-0.14.0.ebuild b/sys-apps/guix/guix-0.14.0.ebuild index fee128e9630b..31fd035cf39e 100644 --- a/sys-apps/guix/guix-0.14.0.ebuild +++ b/sys-apps/guix/guix-0.14.0.ebuild @@ -103,7 +103,7 @@ src_prepare() { default # build system is very eager to run automake itself: bug #625166 - eautomake + eautoreconf # guile is trying to avoid recompilation by checking if file # /usr/lib64/guile/2.2/site-ccache/guix/modules.go -- 2.26.2