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 10F50138334 for ; Thu, 2 Aug 2018 01:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC04AE07F1; Thu, 2 Aug 2018 01:17:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DA99E07F1 for ; Thu, 2 Aug 2018 01:17:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6883D335CCD for ; Thu, 2 Aug 2018 01:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8E1D375 for ; Thu, 2 Aug 2018 01:17:39 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1533172644.2896430e5bc38aa4fb4d500169bffeba7f244281.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild X-VCS-Directories: sci-libs/xdmf2/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 2896430e5bc38aa4fb4d500169bffeba7f244281 X-VCS-Branch: master Date: Thu, 2 Aug 2018 01:17:39 +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: 2a52f3e3-1bfb-4136-a187-6e77c528a6b8 X-Archives-Hash: c930accbc2ba3f01d96d2cf8c01e033d commit: 2896430e5bc38aa4fb4d500169bffeba7f244281 Author: Virgil Dupras gentoo org> AuthorDate: Thu Aug 2 01:17:24 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Thu Aug 2 01:17:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2896430e sci-libs/xdmf2: require cmake < 3.12 As it is, this package is incompatible with cmake 3.12+. Let's document that incompatibility until we fix the build. Bug: https://bugs.gentoo.org/661860 Package-Manager: Portage-2.3.44, Repoman-2.3.10 sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild index 605039d40cf..08550ddf6c1 100644 --- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild +++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild @@ -23,7 +23,10 @@ RDEPEND=" dev-libs/libxml2:2 python? ( ${PYTHON_DEPS} ) " + +# TODO: fix builds for cmake 3.12+. See bug #661860 DEPEND="${RDEPEND} + <=dev-util/cmake-3.12 doc? ( app-doc/doxygen ) python? ( dev-lang/swig:0 ) "