commit: db56bb4b57f98982b6917847a18175f36125d189
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 17:43:46 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 18:08:44 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db56bb4b
www-client/falkon: Fix cmake warning, tests handling, missing blocker
Package-Manager: Portage-2.3.11, Repoman-2.3.3
www-client/falkon/falkon-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/www-client/falkon/falkon-9999.ebuild
b/www-client/falkon/falkon-9999.ebuild
index 63bb128ac6..e35481cd32 100644
--- a/www-client/falkon/falkon-9999.ebuild
+++ b/www-client/falkon/falkon-9999.ebuild
@@ -5,6 +5,9 @@ EAPI=6
PLUGINS_HASH="80fea7df7765fdf9c9c64fdb667052b25f1c0a22"
PLUGINS_VERSION="2017.03.26" # if there are no updates, we can use the older
archive
+
+KDE_TEST="forceoptional-recursive"
+KDE_TESTPATTERN="tests\/autotests"
QT_MINIMAL="5.9.2"
inherit kde5
@@ -61,7 +64,7 @@ src_configure() {
-DBUILD_KEYRING=$(usex gnome-keyring)
$(cmake-utils_use_find_package kwallet KF5Wallet)
-DNONBLOCK_JS_DIALOGS=$(usex nonblockdialogs)
- -DNOT_X11=$(usex !X)
+ -DNO_X11=$(usex !X)
-DDISABLE_UPDATES_CHECK=OFF
)
kde5_src_configure