commit:     1e9cc973a18d3f7414dc4dea576067bbe6eefdcd
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 12:53:12 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 12:53:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9cc973

app-emulation/spice: add python3_9 support, add missing test dep

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-emulation/spice/spice-0.14.3-r1.ebuild | 5 +++--
 app-emulation/spice/spice-9999.ebuild      | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-emulation/spice/spice-0.14.3-r1.ebuild 
b/app-emulation/spice/spice-0.14.3-r1.ebuild
index e81e1f41879..36f61160986 100644
--- a/app-emulation/spice/spice-0.14.3-r1.ebuild
+++ b/app-emulation/spice/spice-0.14.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit autotools python-any-r1 readme.gentoo-r1 xdg-utils
 
 DESCRIPTION="SPICE server"
@@ -36,7 +36,8 @@ RDEPEND="
        )"
 DEPEND="${RDEPEND}
        >=app-emulation/spice-protocol-0.14.0
-       smartcard? ( app-emulation/qemu[smartcard] )"
+       smartcard? ( app-emulation/qemu[smartcard] )
+       test? ( net-libs/glib-networking )"
 BDEPEND="${PYTHON_DEPS}
        virtual/pkgconfig
        $(python_gen_any_dep '

diff --git a/app-emulation/spice/spice-9999.ebuild 
b/app-emulation/spice/spice-9999.ebuild
index 30d2884e11c..44eb9c360ee 100644
--- a/app-emulation/spice/spice-9999.ebuild
+++ b/app-emulation/spice/spice-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit git-r3 meson python-any-r1 readme.gentoo-r1 xdg-utils
 
 DESCRIPTION="SPICE server"
@@ -37,7 +37,8 @@ RDEPEND="
        )"
 DEPEND="${RDEPEND}
        ~app-emulation/spice-protocol-9999
-       smartcard? ( app-emulation/qemu[smartcard] )"
+       smartcard? ( app-emulation/qemu[smartcard] )
+       test? ( net-libs/glib-networking )"
 BDEPEND="${PYTHON_DEPS}
        virtual/pkgconfig
        $(python_gen_any_dep '

Reply via email to