summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-03-01 22:21:39 +0000
committerMarek Szuba <marecki@gentoo.org>2023-03-01 23:11:56 +0000
commit6b7a787c7f0a0d0dc0cb1605812f42447991be34 (patch)
tree5e2e90c344e8afb3da47ea659f27270b3d3293bc
parentsys-apps/bubblewrap: 0.8.0 version bump. (diff)
downloadgentoo-6b7a787c.tar.gz
gentoo-6b7a787c.tar.bz2
gentoo-6b7a787c.zip
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 <marecki@gentoo.org>
-rw-r--r--media-gfx/gmic/gmic-3.2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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