summaryrefslogtreecommitdiff
path: root/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild')
-rw-r--r--dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
index 6a5297578adb..f569bf3bd9c8 100644
--- a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
+++ b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
VALA_MIN_API_VERSION="0.36"
DISABLE_AUTOFORMATTING=1
FORCE_PRINT_ELOG=1
@@ -73,6 +73,8 @@ DEPEND="${RDEPEND}"
# appstream-glib needed for validation with appstream-util with FEATURES=test
BDEPEND="
doc? ( dev-python/sphinx )
+ gtk-doc? ( dev-util/gtk-doc
+ app-text/docbook-xml-dtd:4.3 )
test? (
dev-libs/appstream-glib
sys-apps/dbus )