Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/p4est/
Date: Fri, 26 May 2017 17:38:26
Message-Id: 1495820278.2f8bb71deda45755ef05da7b344bda448f157822.tamiko@gentoo
1 commit: 2f8bb71deda45755ef05da7b344bda448f157822
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 17:37:58 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 17:37:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8bb71d
7
8 sci-libs/p4est: force autotools version also in live ebuild
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sci-libs/p4est/p4est-9999.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild
16 index 38e6d195684..d06cffc565c 100644
17 --- a/sci-libs/p4est/p4est-9999.ebuild
18 +++ b/sci-libs/p4est/p4est-9999.ebuild
19 @@ -3,6 +3,9 @@
20
21 EAPI=6
22
23 +# The build system currently fails with everything newer than 1.11.
24 +WANT_AUTOMAKE=1.11
25 +
26 inherit autotools toolchain-funcs eutils
27
28 DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees"