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 681EF138350 for ; Thu, 30 Apr 2020 16:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E4C9E0870; Thu, 30 Apr 2020 16:05:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 538BDE0870 for ; Thu, 30 Apr 2020 16:05:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 868DB34EE69 for ; Thu, 30 Apr 2020 16:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4217A1F2 for ; Thu, 30 Apr 2020 16:05:27 +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: <1588262704.6b1c7e6f7529a93f7fa52ce71b453ae98a8adcef.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/cantor/cantor-20.04.49.9999.ebuild kde-apps/cantor/cantor-9999.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b1c7e6f7529a93f7fa52ce71b453ae98a8adcef X-VCS-Branch: master Date: Thu, 30 Apr 2020 16:05:27 +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: 5463e2cb-0147-4aff-8ec7-fcaaae3cfb69 X-Archives-Hash: d74d9fbfffdf1272f089b04ea7c3195a commit: 6b1c7e6f7529a93f7fa52ce71b453ae98a8adcef Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 30 15:52:43 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 30 16:05:04 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b1c7e6f kde-apps/cantor: py2 support was dropped upstream Upstream commit a0c253489e34cfb68b1a42cf0ebf2d89d6adf3a2 Closes: https://bugs.gentoo.org/719988 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/cantor/cantor-20.04.49.9999.ebuild | 1 - kde-apps/cantor/cantor-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/kde-apps/cantor/cantor-20.04.49.9999.ebuild b/kde-apps/cantor/cantor-20.04.49.9999.ebuild index e9b585db06..dcc4a9f803 100644 --- a/kde-apps/cantor/cantor-20.04.49.9999.ebuild +++ b/kde-apps/cantor/cantor-20.04.49.9999.ebuild @@ -97,7 +97,6 @@ src_configure() { use julia && addpredict /proc/self/mem # bug 602894 local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON $(cmake_use_find_package analitza Analitza5) $(cmake_use_find_package julia Julia) $(cmake_use_find_package lua LuaJIT) diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index b3bd7c02f2..e42cec7a6b 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.ebuild @@ -97,7 +97,6 @@ src_configure() { use julia && addpredict /proc/self/mem # bug 602894 local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON $(cmake_use_find_package analitza Analitza5) $(cmake_use_find_package julia Julia) $(cmake_use_find_package lua LuaJIT)