Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Aug 2016 14:23:58
Message-Id: 1472653406.3b3acaf9738a1772f70c61044fd04fc42791bf34.kensington@gentoo
1 commit: 3b3acaf9738a1772f70c61044fd04fc42791bf34
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 20:13:18 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:23:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3acaf9
7
8 kde5.eclass: a step close to becoming Turing complete
9
10 eclass/kde5.eclass | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index feffa11..3c20284 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -523,8 +523,9 @@ EOF
18 # if forceoptional, also cover non-kde categories
19 cmake_comment_add_subdirectory autotests test tests
20 elif [[ ${KDE_TEST} = forceoptional-recursive ]] ; then
21 + punt_bogus_dep Qt5 Test
22 local d
23 - for d in $(find . -type d -name "autotests" -or -name "tests" -or -name "test"); do
24 + for d in $(find . -type d -name "autotests" -or -name "tests" -or -name "test" -or -name "unittests"); do
25 pushd ${d%/*} > /dev/null || die
26 punt_bogus_dep Qt5 Test
27 cmake_comment_add_subdirectory autotests test tests