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 2CCBA139695 for ; Sun, 9 Jul 2017 11:24:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 941852740E0; Sun, 9 Jul 2017 11:24:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 768ED2740E0 for ; Sun, 9 Jul 2017 11:24:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7DB3D341BC7 for ; Sun, 9 Jul 2017 11:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D869674A6 for ; Sun, 9 Jul 2017 11:24:53 +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: <1499599449.61ef3c6ed8925a77f41a1118660402787c3c0388.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 61ef3c6ed8925a77f41a1118660402787c3c0388 X-VCS-Branch: master Date: Sun, 9 Jul 2017 11:24:53 +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: 3418b6a4-acf9-47f8-abed-e824acca9335 X-Archives-Hash: 20361e09fec2afc718ff36a49237f9b5 commit: 61ef3c6ed8925a77f41a1118660402787c3c0388 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 9 11:24:09 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 9 11:24:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=61ef3c6e kde-frameworks/extra-cmake-modules: Disable python module generation Does not work properly, fails test. Gentoo-bug: 624352 Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild index 0f17d7cc17..fdf6638b55 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild @@ -41,6 +41,7 @@ pkg_setup() { src_configure() { local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON -DBUILD_HTML_DOCS="$(usex doc)" -DBUILD_MAN_DOCS="$(usex doc)" -DDOC_INSTALL_DIR="/usr/share/doc/${PF}"