commit: 2f8bb71deda45755ef05da7b344bda448f157822 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri May 26 17:37:58 2017 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Fri May 26 17:37:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8bb71d
sci-libs/p4est: force autotools version also in live ebuild Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-libs/p4est/p4est-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild index 38e6d195684..d06cffc565c 100644 --- a/sci-libs/p4est/p4est-9999.ebuild +++ b/sci-libs/p4est/p4est-9999.ebuild @@ -3,6 +3,9 @@ EAPI=6 +# The build system currently fails with everything newer than 1.11. +WANT_AUTOMAKE=1.11 + inherit autotools toolchain-funcs eutils DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees"
