diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:22:56 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:32:13 +0100 |
commit | 172bfbeb80cbe8395f2e69155b50d6ec8ebe2903 (patch) | |
tree | e8fe5110b340046b0ebbc5a8789311485bc134d6 /sci-physics | |
parent | media-video/subtitlecomposer: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-172bfbeb80cbe8395f2e69155b50d6ec8ebe2903.tar.gz gentoo-172bfbeb80cbe8395f2e69155b50d6ec8ebe2903.tar.bz2 gentoo-172bfbeb80cbe8395f2e69155b50d6ec8ebe2903.zip |
sci-physics/geant: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant/geant-4.10.02.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-physics/geant/geant-4.10.02.ebuild b/sci-physics/geant/geant-4.10.02.ebuild index 7ba71d3c586b..c2783ef417ce 100644 --- a/sci-physics/geant/geant-4.10.02.ebuild +++ b/sci-physics/geant/geant-4.10.02.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -CMAKE_MIN_VERSION="3.3" inherit cmake-utils eutils versionator multilib PV1=$(get_version_component_range 1 ${PV}) |