Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/
Date: Mon, 04 Jul 2016 18:20:56
Message-Id: 1467656426.07910a8412a78c8ff0b4c3038e6f363b640e4d18.bircoph@gentoo
1 commit: 07910a8412a78c8ff0b4c3038e6f363b640e4d18
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 18:20:26 2016 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 18:20:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07910a84
7
8 sci-physics/geant: update cmake min version
9
10 geant-4.10.02 demands cmake >= 3.3
11
12 Package-Manager: portage-2.3.0
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14
15 sci-physics/geant/geant-4.10.02.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sci-physics/geant/geant-4.10.02.ebuild b/sci-physics/geant/geant-4.10.02.ebuild
19 index 89b1e12..7ba71d3 100644
20 --- a/sci-physics/geant/geant-4.10.02.ebuild
21 +++ b/sci-physics/geant/geant-4.10.02.ebuild
22 @@ -4,6 +4,7 @@
23
24 EAPI=5
25
26 +CMAKE_MIN_VERSION="3.3"
27 inherit cmake-utils eutils versionator multilib
28
29 PV1=$(get_version_component_range 1 ${PV})