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 6D05C158094 for ; Sat, 16 Jul 2022 19:25:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 668682BC031; Sat, 16 Jul 2022 19:25:36 +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 3AFCB2BC031 for ; Sat, 16 Jul 2022 19:25:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E3E42340D02 for ; Sat, 16 Jul 2022 19:25:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 651E3448 for ; Sat, 16 Jul 2022 19:25:33 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1657999528.27ae28965c47b7886639878c8a1f9b9894df8c74.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.40-r1.ebuild net-misc/spice-gtk/spice-gtk-0.40.ebuild net-misc/spice-gtk/spice-gtk-0.41.ebuild net-misc/spice-gtk/spice-gtk-9999.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 27ae28965c47b7886639878c8a1f9b9894df8c74 X-VCS-Branch: master Date: Sat, 16 Jul 2022 19:25:33 +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: 130a924b-8dc7-4164-be0e-e5687b2c7108 X-Archives-Hash: a228f8302080ec0bb013cfcc9f84582d commit: 27ae28965c47b7886639878c8a1f9b9894df8c74 Author: Jory Pratt gentoo org> AuthorDate: Sat Jul 16 19:25:12 2022 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Jul 16 19:25:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ae2896 net-misc/spice-gtk: Fix build for musl users Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> net-misc/spice-gtk/spice-gtk-0.40-r1.ebuild | 6 ++++++ net-misc/spice-gtk/spice-gtk-0.40.ebuild | 6 ++++++ net-misc/spice-gtk/spice-gtk-0.41.ebuild | 6 ++++++ net-misc/spice-gtk/spice-gtk-9999.ebuild | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/net-misc/spice-gtk/spice-gtk-0.40-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.40-r1.ebuild index 8da12e589470..7c0c5337eb30 100644 --- a/net-misc/spice-gtk/spice-gtk-0.40-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.40-r1.ebuild @@ -117,6 +117,12 @@ src_configure() { $(meson_feature wayland wayland-protocols) ) + if use elibc_musl; then + emesonargs+=( + -Dcoroutine=gthread + ) + fi + if use usbredir; then emesonargs+=( -Dusb-acl-helper-dir=/usr/libexec diff --git a/net-misc/spice-gtk/spice-gtk-0.40.ebuild b/net-misc/spice-gtk/spice-gtk-0.40.ebuild index 357e2deefa6d..650b692b3d89 100644 --- a/net-misc/spice-gtk/spice-gtk-0.40.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.40.ebuild @@ -112,6 +112,12 @@ src_configure() { $(meson_feature wayland wayland-protocols) ) + if use elibc_musl; then + emesonargs+=( + -Dcoroutine=gthread + ) + fi + if use usbredir; then emesonargs+=( -Dusb-acl-helper-dir=/usr/libexec diff --git a/net-misc/spice-gtk/spice-gtk-0.41.ebuild b/net-misc/spice-gtk/spice-gtk-0.41.ebuild index 25cd89438ad6..4f9503f25b0d 100644 --- a/net-misc/spice-gtk/spice-gtk-0.41.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.41.ebuild @@ -112,6 +112,12 @@ src_configure() { $(meson_feature wayland wayland-protocols) ) + if use elibc_musl; then + emesonargs+=( + -Dcoroutine=gthread + ) + fi + if use usbredir; then emesonargs+=( -Dusb-acl-helper-dir=/usr/libexec diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 25cd89438ad6..4f9503f25b0d 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -112,6 +112,12 @@ src_configure() { $(meson_feature wayland wayland-protocols) ) + if use elibc_musl; then + emesonargs+=( + -Dcoroutine=gthread + ) + fi + if use usbredir; then emesonargs+=( -Dusb-acl-helper-dir=/usr/libexec