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 846BE15AD33 for ; Wed, 10 May 2023 00:29:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B70B1E07EC; Wed, 10 May 2023 00:29:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CE14E07EC for ; Wed, 10 May 2023 00:29:51 +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 981A6340DA1 for ; Wed, 10 May 2023 00:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5268A67 for ; Wed, 10 May 2023 00:29:48 +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: <1683678565.88360a4a2ee93735ba87721d2b7452959b4cb3f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice/spice-0.15.1-r1.ebuild X-VCS-Directories: app-emulation/spice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 88360a4a2ee93735ba87721d2b7452959b4cb3f4 X-VCS-Branch: master Date: Wed, 10 May 2023 00:29:48 +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: a76f1070-4f92-4c33-8297-c36cbd74ac36 X-Archives-Hash: d17b8864cd48424cd58f67cb55ee9bfe commit: 88360a4a2ee93735ba87721d2b7452959b4cb3f4 Author: Sam James gentoo org> AuthorDate: Wed May 10 00:08:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 10 00:29:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88360a4a app-emulation/spice: add note why no meson yet Bug: https://gitlab.freedesktop.org/spice/spice/-/issues/75 Signed-off-by: Sam James gentoo.org> app-emulation/spice/spice-0.15.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/spice/spice-0.15.1-r1.ebuild b/app-emulation/spice/spice-0.15.1-r1.ebuild index b70f059e580a..6e09dc04f683 100644 --- a/app-emulation/spice/spice-0.15.1-r1.ebuild +++ b/app-emulation/spice/spice-0.15.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9,10,11} ) +# Port to meson once https://gitlab.freedesktop.org/spice/spice/-/issues/75 is fixed inherit autotools python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server"