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 32641139694 for ; Sun, 9 Jul 2017 09:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DA0E214113; Sun, 9 Jul 2017 09:51:03 +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 5C9A2214113 for ; Sun, 9 Jul 2017 09:51:03 +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 64721341739 for ; Sun, 9 Jul 2017 09:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD8787477 for ; Sun, 9 Jul 2017 09:51:00 +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: <1499593845.eb73de1def0416a98575a38975826094966f6ac8.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.36.0.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eb73de1def0416a98575a38975826094966f6ac8 X-VCS-Branch: master Date: Sun, 9 Jul 2017 09:51:00 +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: 57aefcb7-e23e-4674-a806-74f41254e3f6 X-Archives-Hash: b89bbb2861fef581b5dfcba51f614139 commit: eb73de1def0416a98575a38975826094966f6ac8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 9 08:32:49 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 9 09:50:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb73de1d kde-frameworks/extra-cmake-modules: Disable python module generation ...again. 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-5.36.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.36.0.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.36.0.ebuild index a54e483ed3f..9bcac075430 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.36.0.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.36.0.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}"