From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE2CC138337 for ; Sun, 30 Sep 2018 08:38:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A5D7E08EC; Sun, 30 Sep 2018 08:38:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA9ADE08EC for ; Sun, 30 Sep 2018 08:38:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9F47335CF3 for ; Sun, 30 Sep 2018 08:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E7F93AB for ; Sun, 30 Sep 2018 08:38:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538296703.c0bebb60eecd2ea6da965080fa63acae175e33dd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.50.0.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c0bebb60eecd2ea6da965080fa63acae175e33dd X-VCS-Branch: master Date: Sun, 30 Sep 2018 08:38:45 +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: add350ef-b144-44cb-b00c-99892c887412 X-Archives-Hash: cc95450ae6cc3c0f7ac7dea7555bdaa3 commit: c0bebb60eecd2ea6da965080fa63acae175e33dd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 29 21:05:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 08:38:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bebb60 kde-frameworks/extra-cmake-modules: Fix src_configure Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.50.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.50.0.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.50.0.ebuild index 74bb9282f34..5c672c66a8d 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.50.0.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.50.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +ECM_KDEINSTALLDIRS="false" KDE_AUTODEPS="false" KDE_DEBUG="false" KDE_QTHELP="false" @@ -49,7 +50,7 @@ src_configure() { ) use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON ) - cmake-utils_src_configure + kde5_src_configure } src_test() {