commit: 3b3acaf9738a1772f70c61044fd04fc42791bf34
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 20:13:18 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 14:23:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3acaf9
kde5.eclass: a step close to becoming Turing complete
eclass/kde5.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index feffa11..3c20284 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -523,8 +523,9 @@ EOF
# if forceoptional, also cover non-kde categories
cmake_comment_add_subdirectory autotests test tests
elif [[ ${KDE_TEST} = forceoptional-recursive ]] ; then
+ punt_bogus_dep Qt5 Test
local d
- for d in $(find . -type d -name "autotests" -or -name
"tests" -or -name "test"); do
+ for d in $(find . -type d -name "autotests" -or -name
"tests" -or -name "test" -or -name "unittests"); do
pushd ${d%/*} > /dev/null || die
punt_bogus_dep Qt5 Test
cmake_comment_add_subdirectory
autotests test tests