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/clhep/
Date: Fri, 23 Dec 2016 10:12:19
Message-Id: 1482487891.89285d740ca167fd457e382b4e07763d329e97b7.johu@gentoo
1 commit: 89285d740ca167fd457e382b4e07763d329e97b7
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 09:58:27 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 10:11:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89285d74
7
8 sci-physics/clhep: 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/clhep/clhep-2.3.3.1.ebuild | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/sci-physics/clhep/clhep-2.3.3.1.ebuild b/sci-physics/clhep/clhep-2.3.3.1.ebuild
18 index 7e53bc0..a41ddcf 100644
19 --- a/sci-physics/clhep/clhep-2.3.3.1.ebuild
20 +++ b/sci-physics/clhep/clhep-2.3.3.1.ebuild
21 @@ -4,8 +4,6 @@
22
23 EAPI=5
24
25 -CMAKE_MIN_VERSION=3.2
26 -
27 inherit cmake-utils multilib
28
29 DESCRIPTION="High Energy Physics C++ library"