summaryrefslogtreecommitdiff
path: root/sci-libs
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-05-26 12:37:58 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-05-26 12:37:58 -0500
commit2f8bb71deda45755ef05da7b344bda448f157822 (patch)
tree00a822743dfb7f18f0e41097140f098e1f948a35 /sci-libs
parent57de76e01d0a1bef5d8c34eb45c8f8b61c321377 (diff)
downloadgentoo-2f8bb71deda45755ef05da7b344bda448f157822.tar.gz
gentoo-2f8bb71deda45755ef05da7b344bda448f157822.tar.xz
sci-libs/p4est: force autotools version also in live ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/p4est/p4est-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
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"