commit:     9080c992d30ea9d51d476a87d0c6d150c34c8fde
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 19:30:09 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 24 19:30:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9080c992

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 fee128e9630..31fd035cf39 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

Reply via email to