aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kerr <cjk34@cam.ac.uk>2013-06-16 09:50:48 +0100
committerChris Kerr <cjk34@cam.ac.uk>2013-06-16 09:50:48 +0100
commitf49426195bd1e8a6956a85a81abd4239c13a5dbe (patch)
treed18b31fe18a337e550d13847f292226415dc46e0
parentcmake-utils_use_has, not _use_have... (diff)
downloadsci-f49426195bd1e8a6956a85a81abd4239c13a5dbe.tar.gz
sci-f49426195bd1e8a6956a85a81abd4239c13a5dbe.tar.bz2
sci-f49426195bd1e8a6956a85a81abd4239c13a5dbe.zip
Added CMAKE_MIN_VERSION
-rw-r--r--sys-cluster/htcondor/htcondor-8.0.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/htcondor/htcondor-8.0.0.ebuild b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
index e815f9d5a..005afa837 100644
--- a/sys-cluster/htcondor/htcondor-8.0.0.ebuild
+++ b/sys-cluster/htcondor/htcondor-8.0.0.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=5
+CMAKE_MIN_VERSION=2.8
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit cmake-utils python-single-r1