commit: 88360a4a2ee93735ba87721d2b7452959b4cb3f4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 10 00:08:30 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"
