summaryrefslogtreecommitdiff
path: root/dev-libs/appstream/appstream-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/appstream/appstream-9999.ebuild')
-rw-r--r--dev-libs/appstream/appstream-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild
index 46cea8e227c..e8d78d06d00 100644
--- a/dev-libs/appstream/appstream-9999.ebuild
+++ b/dev-libs/appstream/appstream-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit meson xdg-utils
@@ -31,13 +31,15 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.56:= )
qt5? ( dev-qt/qtcore:5 )
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
app-text/docbook-xml-dtd:4.5
dev-libs/appstream-glib
dev-util/itstool
>=dev-util/meson-0.42.0
>=sys-devel/gettext-0.19.8
test? (
+ dev-qt/linguist-tools:5
qt5? ( dev-qt/qttest:5 )
)
"