From 9c83061f27fbcce3dea027d90276764e2d1ee14d Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 8 Feb 2013 03:09:50 +1100 Subject: [dev-util/cmake] Add a fix for finding the Python interpreter wrt bug #405181. Package-Manager: portage-2.1.11.50 --- dev-util/cmake/files/cmake-2.8.10.2-FindPythonLibs.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util/cmake/files/cmake-2.8.10.2-FindPythonLibs.patch') diff --git a/dev-util/cmake/files/cmake-2.8.10.2-FindPythonLibs.patch b/dev-util/cmake/files/cmake-2.8.10.2-FindPythonLibs.patch index 53b395c35b2..80cc4d38873 100644 --- a/dev-util/cmake/files/cmake-2.8.10.2-FindPythonLibs.patch +++ b/dev-util/cmake/files/cmake-2.8.10.2-FindPythonLibs.patch @@ -6,7 +6,7 @@ index bffa9fb..8fc90ee 100644 ${_PYTHON_FIND_OTHER_VERSIONS} ) -+# Gentoo portage requries that you use exactly the given python version ++# Gentoo portage requires that you use exactly the given python version +if (CMAKE_BUILD_TYPE STREQUAL Gentoo) + execute_process(COMMAND python -c "import sys; sys.stdout.write('.'.join([str(x) for x in sys.version_info[:2]]))" + OUTPUT_VARIABLE _Gentoo_Python_VERSION) -- cgit v1.2.3