commit: 0625619dc2e394a1bd3714bee810b8c003e4870e Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Apr 21 10:32:55 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 21 11:09:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0625619d
app-emulation/qemu: add pycotap test dep for >=qemu-9.2.0 Required for >=qemu-9.2.0 functional tests. https://gitlab.com/qemu-project/qemu/-/blob/stable-9.2/docs/devel/testing/functional.rst https://gitlab.com/qemu-project/qemu/-/commit/5ec1eec11000ef118b2a87c330245ffaa475f5ee https://gitlab.com/qemu-project/qemu/-/commit/fa32a634329f4b2cdab8e380d5ccf263b1491daa Bug: https://bugs.gentoo.org/949902 See-Also: https://github.com/gentoo/gentoo/pull/40630 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/41685 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/qemu/qemu-9.2.2.ebuild | 3 ++- app-emulation/qemu/qemu-9.2.3-r1.ebuild | 3 ++- app-emulation/qemu/qemu-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-emulation/qemu/qemu-9.2.2.ebuild b/app-emulation/qemu/qemu-9.2.2.ebuild index dbf0d977e96c..cc9db9b0a730 100644 --- a/app-emulation/qemu/qemu-9.2.2.ebuild +++ b/app-emulation/qemu/qemu-9.2.2.ebuild @@ -288,8 +288,9 @@ BDEPEND=" ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( - dev-libs/glib[utils] app-alternatives/bc + dev-libs/glib[utils] + dev-python/pycotap[${PYTHON_USEDEP}] ) " CDEPEND=" diff --git a/app-emulation/qemu/qemu-9.2.3-r1.ebuild b/app-emulation/qemu/qemu-9.2.3-r1.ebuild index 2d0a48c6f7a5..91796454d6ca 100644 --- a/app-emulation/qemu/qemu-9.2.3-r1.ebuild +++ b/app-emulation/qemu/qemu-9.2.3-r1.ebuild @@ -288,8 +288,9 @@ BDEPEND=" ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( - dev-libs/glib[utils] app-alternatives/bc + dev-libs/glib[utils] + dev-python/pycotap[${PYTHON_USEDEP}] ) " CDEPEND=" diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index de7e47d66465..da8cc2f4a1e2 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -288,8 +288,9 @@ BDEPEND=" ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( - dev-libs/glib[utils] app-alternatives/bc + dev-libs/glib[utils] + dev-python/pycotap[${PYTHON_USEDEP}] ) " CDEPEND="
