commit:     a90b4f3f89dfc3344d77c00485c0efc250f99c58
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  8 08:43:14 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 08:44:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90b4f3f

kde-apps/kross-interpreters: Disable find PythonLibs instead of dir

Python subdirectory switch is only made available once Python is found.

Closes: https://bugs.gentoo.org/753335
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kross-interpreters/kross-interpreters-20.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kross-interpreters/kross-interpreters-20.08.3.ebuild 
b/kde-apps/kross-interpreters/kross-interpreters-20.08.3.ebuild
index 7c37674f892..3fa9604c92d 100644
--- a/kde-apps/kross-interpreters/kross-interpreters-20.08.3.ebuild
+++ b/kde-apps/kross-interpreters/kross-interpreters-20.08.3.ebuild
@@ -25,7 +25,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
        local mycmakeargs=(
-               -DBUILD_python=OFF
+               -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON
                -DBUILD_ruby=ON
        )
        ecm_src_configure

Reply via email to