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 A2397138350 for ; Mon, 2 Mar 2020 07:29:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C184DE08AD; Mon, 2 Mar 2020 07:29:55 +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 A8CCBE08FC for ; Mon, 2 Mar 2020 07:29:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A2DFE34F29F for ; Mon, 2 Mar 2020 07:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A28C144 for ; Mon, 2 Mar 2020 07:29:51 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1583134169.273b937d12c73435345c3d14a707a83dce6dd826.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/kactus2/kactus2-9999.ebuild X-VCS-Directories: sci-electronics/kactus2/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 273b937d12c73435345c3d14a707a83dce6dd826 X-VCS-Branch: dev Date: Mon, 2 Mar 2020 07:29:51 +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: c71fa927-c7f3-4b28-82ef-0f91f409a83d X-Archives-Hash: 7ccc8838ed470614371ed0092a1fef0b commit: 273b937d12c73435345c3d14a707a83dce6dd826 Author: Huang Rui gmail com> AuthorDate: Mon Mar 2 07:29:29 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Mar 2 07:29:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=273b937d sci-electronics/kactus2: remove unused patch in 9999.ebuild Upstream fixed .qmake.conf: fix libpath and INSTALL_ROOT kactus2/kactus2dev#37 So removed this patch in ebuild, and parallel compilation problem fixed. Package-Manager: Portage-2.3.90, Repoman-2.3.20 Signed-off-by: Huang Rui gmail.com> sci-electronics/kactus2/kactus2-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild index 206e142..4660d73 100644 --- a/sci-electronics/kactus2/kactus2-9999.ebuild +++ b/sci-electronics/kactus2/kactus2-9999.ebuild @@ -37,13 +37,9 @@ RDEPEND=" ${DEPEND} " -PATCHES=( - "${FILESDIR}"/${PN}-3.8.0-install.patch # Fix install problem -) - src_install() { - # Can't use default, set INSTALL_ROOT and workaround parallel install bug - emake -j1 INSTALL_ROOT="${D}" install + # Can't use default, set INSTALL_ROOT + emake INSTALL_ROOT="${D}" install } pkg_postinst() {