sci-physics/geant: update cmake min version
authorAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Jul 2016 18:20:26 +0000 (21:20 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Jul 2016 18:20:26 +0000 (21:20 +0300)
geant-4.10.02 demands cmake >= 3.3

Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
sci-physics/geant/geant-4.10.02.ebuild

index 89b1e1220a30046a325485bc5677f93ede568729..7ba71d3c586b1660a13569800c76e1a3a74670a7 100644 (file)
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+CMAKE_MIN_VERSION="3.3"
 inherit cmake-utils eutils versionator multilib
 
 PV1=$(get_version_component_range 1 ${PV})