commit: a798fcc2e2ce381ab5bcf73c075f013be635d980 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sun Jun 4 00:39:15 2023 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sun Jun 4 01:27:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a798fcc2
net-misc/spice-gtk: add missing gtk-doc bdep, fix internal python shebang Closes: https://bugs.gentoo.org/893804 Closes: https://bugs.gentoo.org/906904 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> net-misc/spice-gtk/spice-gtk-0.42.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }
