commit: 8332ad4c78e7273fd0748ad3e2e734c54a6f944f
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 01:07:40 2015 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 01:07:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8332ad4c
net-misc/spice-gtk: Add dependency on dev-python/six (bug #566272)
dev-python/six is a mandatory build-time dependency.
Thanks to Fabian Köster for pointing this out
Gentoo-Bugs: 566272
Package-Manager: portage-2.2.24
.../spice-gtk/{spice-gtk-0.30.ebuild => spice-gtk-0.30-r1.ebuild} | 7 ++++---
1 file 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
similarity index 96%
rename from net-misc/spice-gtk/spice-gtk-0.30.ebuild
rename to net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
index 16b291a..8f6f00b 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) )