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 B13F715A7D9 for ; Thu, 23 Mar 2023 16:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54BC8E088C; Thu, 23 Mar 2023 16:26:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2F01EE088C for ; Thu, 23 Mar 2023 16:26:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8C8C33BF5D for ; Thu, 23 Mar 2023 16:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5670906 for ; Thu, 23 Mar 2023 16:26:38 +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: <1679588779.e439dec91ed2212c57c2f84aaf5920e88c89eb81.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.08.3.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e439dec91ed2212c57c2f84aaf5920e88c89eb81 X-VCS-Branch: master Date: Thu, 23 Mar 2023 16:26:38 +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: 82ea584b-bc81-420c-a528-5d970284f620 X-Archives-Hash: 59cd379579645bc12c2113b9c0405d16 commit: e439dec91ed2212c57c2f84aaf5920e88c89eb81 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 6 00:26:43 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 23 16:26:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e439dec9 kde-apps/cantor: Drop unused Python3_EXECUTABLE cmakearg Closes: https://bugs.gentoo.org/881785 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/cantor/cantor-22.08.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/cantor/cantor-22.08.3.ebuild b/kde-apps/cantor/cantor-22.08.3.ebuild index 8caa0867b857..25ff7f64cda3 100644 --- a/kde-apps/cantor/cantor-22.08.3.ebuild +++ b/kde-apps/cantor/cantor-22.08.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 }