summaryrefslogtreecommitdiff
path: root/net-misc
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild (renamed from net-misc/spice-gtk/spice-gtk-0.30.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.30.ebuild b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
index 16b291a7774..8f6f00b659f 100644
--- a/net-misc/spice-gtk/spice-gtk-0.30.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
@@ -8,7 +8,7 @@ WANT_AUTOMAKE="1.12"
VALA_MIN_API_VERSION="0.14"
VALA_USE_DEPEND="vapigen"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 )
inherit autotools eutils multibuild python-single-r1 vala
@@ -67,11 +67,12 @@ RDEPEND="
"
DEPEND="${RDEPEND}
>=app-emulation/spice-protocol-0.12.10
- dev-lang/python
- dev-python/pyparsing
dev-perl/Text-CSV
+ dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
>=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.40.0
+ ${PYTHON_DEPS}
>=sys-devel/gettext-0.17
virtual/pkgconfig
vala? ( $(vala_depend) )