diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-06 22:30:55 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-07 06:45:04 +0100 |
commit | 224a626ed5e4d38ba32163288566cf178d34165e (patch) | |
tree | e070cf167d4e0d2473712cec92288b3b6f07c0c8 /sys-cluster | |
parent | media-gfx/darktable: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-224a626ed5e4d38ba32163288566cf178d34165e.tar.gz gentoo-224a626ed5e4d38ba32163288566cf178d34165e.tar.bz2 gentoo-224a626ed5e4d38ba32163288566cf178d34165e.zip |
sys-cluster/legion: Drop CMAKE_MIN_VERSION
Value covered by eclass.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/legion/legion-16.10.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-cluster/legion/legion-16.10.0.ebuild b/sys-cluster/legion/legion-16.10.0.ebuild index be3148893cd1..d163752808f1 100644 --- a/sys-cluster/legion/legion-16.10.0.ebuild +++ b/sys-cluster/legion/legion-16.10.0.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -CMAKE_MIN_VERSION=3.6 inherit cmake-utils |