diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2016-07-04 21:20:26 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2016-07-04 21:20:26 +0300 |
commit | 07910a8412a78c8ff0b4c3038e6f363b640e4d18 (patch) | |
tree | a622c71c59d7dd4ef4ba404049f1223fd3bc2872 /sci-physics/geant | |
parent | net-analyzer/scapy: Rename the distfile destination to be more sensible. (diff) | |
download | gentoo-07910a8412a78c8ff0b4c3038e6f363b640e4d18.tar.gz gentoo-07910a8412a78c8ff0b4c3038e6f363b640e4d18.tar.bz2 gentoo-07910a8412a78c8ff0b4c3038e6f363b640e4d18.zip |
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@gentoo.org>
Diffstat (limited to 'sci-physics/geant')
-rw-r--r-- | sci-physics/geant/geant-4.10.02.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/geant/geant-4.10.02.ebuild b/sci-physics/geant/geant-4.10.02.ebuild index 89b1e1220a30..7ba71d3c586b 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}) |