aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-01-18 21:49:20 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-01-18 21:49:23 +1100
commit909d2c6d7cd9220f2569a419a1ca5eaaf473d87c (patch)
treefc887eab1cd20ab3d0e114de00b156459a35e6c0 /dev-libs
parentdev-libs/appstream: sync KEYWORDS with main tree (diff)
downloadkde-909d2c6d7cd9220f2569a419a1ca5eaaf473d87c.tar.gz
kde-909d2c6d7cd9220f2569a419a1ca5eaaf473d87c.tar.bz2
kde-909d2c6d7cd9220f2569a419a1ca5eaaf473d87c.zip
dev-libs/appstream: improve testing handling
Gentoo-bug: 605714 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/appstream/appstream-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild
index 5f17a40011..b656665a48 100644
--- a/dev-libs/appstream/appstream-9999.ebuild
+++ b/dev-libs/appstream/appstream-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=6
KDE_AUTODEPS="false"
-KDE_TEST="true"
+KDE_TEST="forceoptional-recursive"
inherit kde5 xdg-utils
if [[ ${KDE_BUILD_TYPE} = live ]]; then
@@ -37,6 +37,9 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-util/itstool
sys-devel/gettext
+ test? (
+ qt5? ( dev-qt/qttest:5 )
+ )
"
src_configure() {