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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CEDC158030 for ; Wed, 1 Mar 2023 23:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E3B3E07A9; Wed, 1 Mar 2023 23:12:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F22EAE07A9 for ; Wed, 1 Mar 2023 23:12:12 +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 0A2C13409EC for ; Wed, 1 Mar 2023 23:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D3CE531 for ; Wed, 1 Mar 2023 23:12:10 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1677712316.6b7a787c7f0a0d0dc0cb1605812f42447991be34.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gmic/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gmic/gmic-3.2.1.ebuild X-VCS-Directories: media-gfx/gmic/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6b7a787c7f0a0d0dc0cb1605812f42447991be34 X-VCS-Branch: master Date: Wed, 1 Mar 2023 23:12:10 +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: 6f5bbd9f-6d5e-4e3c-8e7c-422c4699e594 X-Archives-Hash: 91f02cd384640056bb8765ab9be1c91b commit: 6b7a787c7f0a0d0dc0cb1605812f42447991be34 Author: Marek Szuba gentoo org> AuthorDate: Wed Mar 1 22:21:39 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Mar 1 23:11:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7a787c media-gfx/gmic: only build one target at a time May or may not help with Bug #887681. Closes: https://bugs.gentoo.org/887681 Signed-off-by: Marek Szuba gentoo.org> media-gfx/gmic/gmic-3.2.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/gmic/gmic-3.2.1.ebuild b/media-gfx/gmic/gmic-3.2.1.ebuild index e37b2cb59f90..3c824f3eee11 100644 --- a/media-gfx/gmic/gmic-3.2.1.ebuild +++ b/media-gfx/gmic/gmic-3.2.1.ebuild @@ -105,7 +105,8 @@ gmic_emake() { } src_compile() { - gmic_emake lib libc + gmic_emake lib + gmic_emake libc use cli && gmic_emake cli_shared use gimp && gmic_emake gimp_shared use qt5 && gmic_emake gmic_qt_shared