diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-04-07 07:53:12 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-04-07 07:53:49 -0500 |
commit | 1e9cc973a18d3f7414dc4dea576067bbe6eefdcd (patch) | |
tree | b4595ae7b7cf57968e507a15621cffe2dab7f98f /app-emulation/spice | |
parent | dev-java/tomcat-native: bump to 1.2.28 (diff) | |
download | gentoo-1e9cc973a18d3f7414dc4dea576067bbe6eefdcd.tar.gz gentoo-1e9cc973a18d3f7414dc4dea576067bbe6eefdcd.tar.bz2 gentoo-1e9cc973a18d3f7414dc4dea576067bbe6eefdcd.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/spice-0.14.3-r1.ebuild | 5 | ||||
-rw-r--r-- | 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 e81e1f418799..36f61160986e 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 30d2884e11c3..44eb9c360ee8 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 ' |