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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D4AC15864F for ; Thu, 23 Mar 2023 19:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74B53E07F9; Thu, 23 Mar 2023 19:58:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D528FE07F9 for ; Thu, 23 Mar 2023 19:58:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3708340B9E for ; Thu, 23 Mar 2023 19:58:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 791CE4A2 for ; Thu, 23 Mar 2023 19:58:26 +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: <1679601344.da879b291872bb4ed9481283a35229dd8859382a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/cantor/cantor-22.12.3.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: da879b291872bb4ed9481283a35229dd8859382a X-VCS-Branch: master Date: Thu, 23 Mar 2023 19:58:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df4bc603-eb98-4534-9ceb-05f2f5031d33 X-Archives-Hash: 2479906db1a3030ab6eb255ae9b7c7e3 commit: da879b291872bb4ed9481283a35229dd8859382a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 23 19:55:44 2023 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }