Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Tue, 03 Jul 2018 19:38:46
Message-Id: 1530646088.b6344f9567dcd8a491165a5557f187c9c488f7cf.asturm@gentoo
1 commit: b6344f9567dcd8a491165a5557f187c9c488f7cf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 3 19:28:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 3 19:28:08 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6344f95
7
8 kde5.eclass: No subshells
9
10 eclass/kde5.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index 7f27ac6925..6168c600c7 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -510,7 +510,7 @@ kde5_src_prepare() {
18 cmake-utils_src_prepare
19
20 # only build examples when required
21 - if ! (in_iuse examples && use examples) ; then
22 + if ! { in_iuse examples && use examples; } ; then
23 cmake_comment_add_subdirectory examples
24 fi
25
26 @@ -575,7 +575,7 @@ kde5_src_prepare() {
27 fi
28
29 # only build unit tests when required
30 - if ! (in_iuse test && use test) ; then
31 + if ! { in_iuse test && use test; } ; then
32 if [[ ${KDE_TEST} = forceoptional ]] ; then
33 punt_bogus_dep Qt5 Test
34 # if forceoptional, also cover non-kde categories