summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/spice-gtk/spice-gtk-0.42.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.42.ebuild b/net-misc/spice-gtk/spice-gtk-0.42.ebuild
index 2e31ef2729a7..3a2c5855a3e3 100644
--- a/net-misc/spice-gtk/spice-gtk-0.42.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.42.ebuild
@@ -76,12 +76,13 @@ DEPEND="${RDEPEND}
BDEPEND="
dev-perl/Text-CSV
dev-util/glib-utils
+ dev-util/gtk-doc
>=sys-devel/gettext-0.17
virtual/pkgconfig
vala? ( $(vala_depend) )
$(python_gen_any_dep '
- dev-python/six[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
')
"
@@ -93,6 +94,8 @@ python_check_deps() {
src_prepare() {
default
+ python_fix_shebang subprojects/keycodemapdb/tools/keymap-gen
+
use vala && vala_setup
}