commit: 07910a8412a78c8ff0b4c3038e6f363b640e4d18
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 18:20:26 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 18:20:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07910a84
sci-physics/geant: update cmake min version
geant-4.10.02 demands cmake >= 3.3
Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
sci-physics/geant/geant-4.10.02.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-physics/geant/geant-4.10.02.ebuild
b/sci-physics/geant/geant-4.10.02.ebuild
index 89b1e12..7ba71d3 100644
--- a/sci-physics/geant/geant-4.10.02.ebuild
+++ b/sci-physics/geant/geant-4.10.02.ebuild
@@ -4,6 +4,7 @@
EAPI=5
+CMAKE_MIN_VERSION="3.3"
inherit cmake-utils eutils versionator multilib
PV1=$(get_version_component_range 1 ${PV})