commit:     da879b291872bb4ed9481283a35229dd8859382a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 19:55:44 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 19:55:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da879b29

kde-apps/cantor: Drop unused Python3_EXECUTABLE cmakearg

Bug: https://bugs.gentoo.org/881785
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/cantor/cantor-22.12.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/cantor/cantor-22.12.3.ebuild 
b/kde-apps/cantor/cantor-22.12.3.ebuild
index b1a1ba2ad2e9..bfca5766e56e 100644
--- a/kde-apps/cantor/cantor-22.12.3.ebuild
+++ b/kde-apps/cantor/cantor-22.12.3.ebuild
@@ -98,7 +98,6 @@ src_configure() {
                -DLUAJIT_INCLUDEDIR="${EPREFIX}/$(lua_get_include_dir)"
                -DLUAJIT_LIBDIR="${EPREFIX}/$(lua_get_cmod_dir)"
        )
-       use python && mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" )
        ecm_src_configure
 }
 

Reply via email to