commit:     2896430e5bc38aa4fb4d500169bffeba7f244281
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  2 01:17:24 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> 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 )
 "

Reply via email to