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 5F9A3158041 for ; Fri, 23 Feb 2024 08:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D72E2A38; Fri, 23 Feb 2024 08:56:06 +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 86D95E2A38 for ; Fri, 23 Feb 2024 08:56:06 +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 72ED43430BD for ; Fri, 23 Feb 2024 08:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1C481121 for ; Fri, 23 Feb 2024 08:56:03 +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: <1708678551.df182f2891606e757be3e8406a69f4a0e53ee324.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/cantor/cantor-23.08.5.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df182f2891606e757be3e8406a69f4a0e53ee324 X-VCS-Branch: master Date: Fri, 23 Feb 2024 08:56:03 +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: c5b1f73c-ca1a-45db-84a8-e34a7c1572ba X-Archives-Hash: 2b03f66c966dcd4c717c73db27e5d073 commit: df182f2891606e757be3e8406a69f4a0e53ee324 Author: Sam James gentoo org> AuthorDate: Fri Feb 23 08:55:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 23 08:55:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df182f28 kde-apps/cantor: -j1 workaround Bug: https://bugs.gentoo.org/919576 Signed-off-by: Sam James gentoo.org> kde-apps/cantor/cantor-23.08.5.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-apps/cantor/cantor-23.08.5.ebuild b/kde-apps/cantor/cantor-23.08.5.ebuild index 1ed45d01c1aa..0883cbce2dd2 100644 --- a/kde-apps/cantor/cantor-23.08.5.ebuild +++ b/kde-apps/cantor/cantor-23.08.5.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