From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD3A81380DC for ; Wed, 5 Feb 2014 14:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C34CE0BF1; Wed, 5 Feb 2014 14:07:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E01D1E0BEE for ; Wed, 5 Feb 2014 14:07:30 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D952D33F912 for ; Wed, 5 Feb 2014 14:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5976718876 for ; Wed, 5 Feb 2014 14:07:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1391609232.6dff9f6c31903e5320450cf6b27267f2282e0d2a.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/cmake-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6dff9f6c31903e5320450cf6b27267f2282e0d2a X-VCS-Branch: master Date: Wed, 5 Feb 2014 14:07:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27d47125-2d42-4c60-bfff-aa3029dfe975 X-Archives-Hash: 59cf66ddddc90f07827366d95d8952b9 commit: 6dff9f6c31903e5320450cf6b27267f2282e0d2a Author: Michael Palimaka gentoo org> AuthorDate: Wed Feb 5 14:07:12 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Feb 5 14:07:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6dff9f6c [eclass] Remove stuff for unsupported EAPIs. --- eclass/cmake-utils.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index b72454b..31f41c5 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" "$@"