summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-02-06 01:07:12 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-02-06 01:07:12 +1100
commit6dff9f6c31903e5320450cf6b27267f2282e0d2a (patch)
tree65c644f705bf31b0d59613e124d8e7f3e7adb9e8 /eclass
parent284fb39ac904067620114bf267b6816fe6ea18b3 (diff)
downloadkde-6dff9f6c31903e5320450cf6b27267f2282e0d2a.tar.gz
kde-6dff9f6c31903e5320450cf6b27267f2282e0d2a.tar.bz2
kde-6dff9f6c31903e5320450cf6b27267f2282e0d2a.zip
[eclass] Remove stuff for unsupported EAPIs.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake-utils.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index b72454ba753..31f41c5d078 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -517,7 +517,6 @@ enable_cmake-utils_src_configure() {
enable_cmake-utils_src_compile() {
debug-print-function ${FUNCNAME} "$@"
- has src_configure ${CMAKE_EXPF} || cmake-utils_src_configure
cmake-utils_src_make "$@"
}
@@ -680,8 +679,7 @@ cmake-utils_src_configure() {
# @FUNCTION: cmake-utils_src_compile
# @DESCRIPTION:
-# General function for compiling with cmake. Default behaviour is to check for
-# EAPI and respectively to configure as well or just compile.
+# General function for compiling with cmake.
# Automatically detects the build type. All arguments are passed to emake.
cmake-utils_src_compile() {
_execute_optionaly "src_compile" "$@"