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 5F59C1391DB for ; Thu, 19 Jun 2014 14:06:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52499E0930; Thu, 19 Jun 2014 14:05:59 +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 D65C6E0930 for ; Thu, 19 Jun 2014 14:05:58 +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 D0C27340139 for ; Thu, 19 Jun 2014 14:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 968541896A for ; Thu, 19 Jun 2014 14:05:56 +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: <1403186740.9c3209368f85c7af16e6927e3b3efc0739d51b86.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/cmake/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/cmake/cmake-3.0.0.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9c3209368f85c7af16e6927e3b3efc0739d51b86 X-VCS-Branch: master Date: Thu, 19 Jun 2014 14:05:56 +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: 13c12f46-5d11-49ba-8f16-d2b1a489e1e8 X-Archives-Hash: 3c7ad179b38da44d951b7730db76f195 commit: 9c3209368f85c7af16e6927e3b3efc0739d51b86 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 19 14:05:40 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 19 14:05:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9c320936 [dev-util/cmake] Whitespace. Package-Manager: portage-2.2.10 --- dev-util/cmake/cmake-3.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/cmake/cmake-3.0.0.ebuild b/dev-util/cmake/cmake-3.0.0.ebuild index 6b31ad5..87a18e7 100644 --- a/dev-util/cmake/cmake-3.0.0.ebuild +++ b/dev-util/cmake/cmake-3.0.0.ebuild @@ -140,6 +140,7 @@ src_configure() { $(cmake-utils_use_find_package qt5 Qt5Widgets) ) fi + cmake-utils_src_configure } @@ -154,6 +155,7 @@ src_test() { src_install() { cmake-utils_src_install + if use emacs; then elisp-install ${PN} Auxiliary/cmake-mode.el Auxiliary/cmake-mode.elc elisp-site-file-install "${FILESDIR}/${SITEFILE}"