Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant/
Date: Sun, 01 Jan 2017 16:32:56
Message-Id: 1483288333.172bfbeb80cbe8395f2e69155b50d6ec8ebe2903.johu@gentoo
1 commit: 172bfbeb80cbe8395f2e69155b50d6ec8ebe2903
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:22:56 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:32:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172bfbeb
7
8 sci-physics/geant: Drop CMAKE_MIN_VERSION
9
10 Covered by cmake-utils eclass now.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 sci-physics/geant/geant-4.10.02.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/sci-physics/geant/geant-4.10.02.ebuild b/sci-physics/geant/geant-4.10.02.ebuild
18 index 7ba71d3..c2783ef 100644
19 --- a/sci-physics/geant/geant-4.10.02.ebuild
20 +++ b/sci-physics/geant/geant-4.10.02.ebuild
21 @@ -1,10 +1,9 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=5
28
29 -CMAKE_MIN_VERSION="3.3"
30 inherit cmake-utils eutils versionator multilib
31
32 PV1=$(get_version_component_range 1 ${PV})