diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-05-26 12:37:58 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-05-26 12:37:58 -0500 |
commit | 2f8bb71deda45755ef05da7b344bda448f157822 (patch) | |
tree | 00a822743dfb7f18f0e41097140f098e1f948a35 | |
parent | sci-libs/p4est: remove prefix-keywords (diff) | |
download | gentoo-2f8bb71deda45755ef05da7b344bda448f157822.tar.gz gentoo-2f8bb71deda45755ef05da7b344bda448f157822.tar.bz2 gentoo-2f8bb71deda45755ef05da7b344bda448f157822.zip |
sci-libs/p4est: force autotools version also in live ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | sci-libs/p4est/p4est-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild index 38e6d1956842..d06cffc565c5 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" |