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 4DDEA158041 for ; Fri, 23 Feb 2024 08:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69409E2A38; Fri, 23 Feb 2024 08:55:01 +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 33AF9E2A38 for ; Fri, 23 Feb 2024 08:55:01 +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 5EEAA3430BD for ; Fri, 23 Feb 2024 08:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8DCF1121 for ; Fri, 23 Feb 2024 08:54:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708678489.2b9f0c114be8ddd8ff6c88805f2ecd8aa04e6ffe.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/cantor/cantor-24.01.95.ebuild kde-apps/cantor/cantor-24.02.0.ebuild kde-apps/cantor/cantor-24.02.49.9999.ebuild kde-apps/cantor/cantor-9999.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b9f0c114be8ddd8ff6c88805f2ecd8aa04e6ffe X-VCS-Branch: master Date: Fri, 23 Feb 2024 08:54:58 +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: 5b9f0b68-def2-4f36-aa40-cdd00d6aaf2a X-Archives-Hash: 06db2f07f75c34c921270fcdf4555dee commit: 2b9f0c114be8ddd8ff6c88805f2ecd8aa04e6ffe Author: Sam James gentoo org> AuthorDate: Fri Feb 23 08:54:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 23 08:54:49 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b9f0c11 kde-apps/cantor: -j1 workaround Bug: https://bugs.gentoo.org/919576 Signed-off-by: Sam James gentoo.org> kde-apps/cantor/cantor-24.01.95.ebuild | 5 +++++ kde-apps/cantor/cantor-24.02.0.ebuild | 5 +++++ kde-apps/cantor/cantor-24.02.49.9999.ebuild | 5 +++++ kde-apps/cantor/cantor-9999.ebuild | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/kde-apps/cantor/cantor-24.01.95.ebuild b/kde-apps/cantor/cantor-24.01.95.ebuild index dbc325b71c..ec59607c7f 100644 --- a/kde-apps/cantor/cantor-24.01.95.ebuild +++ b/kde-apps/cantor/cantor-24.01.95.ebuild @@ -100,6 +100,11 @@ src_configure() { ecm_src_configure } +src_compile() { + # -j1 for bug #919576 + MAKEOPTS="-j1" ecm_src_compile +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "Maxima backend" sci-mathematics/maxima diff --git a/kde-apps/cantor/cantor-24.02.0.ebuild b/kde-apps/cantor/cantor-24.02.0.ebuild index 25d1ffb4ac..b67c2d46df 100644 --- a/kde-apps/cantor/cantor-24.02.0.ebuild +++ b/kde-apps/cantor/cantor-24.02.0.ebuild @@ -100,6 +100,11 @@ src_configure() { ecm_src_configure } +src_compile() { + # -j1 for bug #919576 + MAKEOPTS="-j1" ecm_src_compile +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "Maxima backend" sci-mathematics/maxima diff --git a/kde-apps/cantor/cantor-24.02.49.9999.ebuild b/kde-apps/cantor/cantor-24.02.49.9999.ebuild index 3e6f3ced91..a79facb107 100644 --- a/kde-apps/cantor/cantor-24.02.49.9999.ebuild +++ b/kde-apps/cantor/cantor-24.02.49.9999.ebuild @@ -100,6 +100,11 @@ src_configure() { ecm_src_configure } +src_compile() { + # -j1 for bug #919576 + MAKEOPTS="-j1" ecm_src_compile +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "Maxima backend" sci-mathematics/maxima diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index 3e6f3ced91..a79facb107 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.ebuild @@ -100,6 +100,11 @@ src_configure() { ecm_src_configure } +src_compile() { + # -j1 for bug #919576 + MAKEOPTS="-j1" ecm_src_compile +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "Maxima backend" sci-mathematics/maxima