From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E860D139694 for ; Fri, 26 May 2017 17:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D8E621C09C; Fri, 26 May 2017 17:38:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E058E21C09C for ; Fri, 26 May 2017 17:38:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C532333FE74 for ; Fri, 26 May 2017 17:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3091B845 for ; Fri, 26 May 2017 17:38:22 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1495820278.2f8bb71deda45755ef05da7b344bda448f157822.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/p4est/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/p4est/p4est-9999.ebuild X-VCS-Directories: sci-libs/p4est/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 2f8bb71deda45755ef05da7b344bda448f157822 X-VCS-Branch: master Date: Fri, 26 May 2017 17:38:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b068b1dc-3f65-4f99-b21f-c477d567e59a X-Archives-Hash: d4db8b0dcf5d786481cf7dff14c1750a commit: 2f8bb71deda45755ef05da7b344bda448f157822 Author: Matthias Maier gentoo org> AuthorDate: Fri May 26 17:37:58 2017 +0000 Commit: Matthias Maier gentoo 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"