Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Mon, 07 Jul 2014 14:10:40
Message-Id: 1404742136.ce6b4755f15dbb1be00e296605882199509b647d.kensington@gentoo
1 commit: ce6b4755f15dbb1be00e296605882199509b647d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 7 14:08:56 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 7 14:08:56 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ce6b4755
7
8 [eclass] Whitespace.
9
10 ---
11 eclass/kde4-base.eclass | 2 +-
12 eclass/kde4-functions.eclass | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
16 index 868cbe2..96aa558 100644
17 --- a/eclass/kde4-base.eclass
18 +++ b/eclass/kde4-base.eclass
19 @@ -782,7 +782,7 @@ kde4-base_src_test() {
20 fi
21
22 cmake-utils_src_test
23 - }
24 + }
25
26 # When run as normal user during ebuild development with the ebuild command, the
27 # kde tests tend to access the session DBUS. This however is not possible in a real
28
29 diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
30 index ee2e2e9..c12df73 100644
31 --- a/eclass/kde4-functions.eclass
32 +++ b/eclass/kde4-functions.eclass
33 @@ -131,7 +131,7 @@ comment_add_subdirectory() {
34 fi
35
36 if [[ -a "CMakeLists.txt" ]]; then
37 - sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${1}[[:space:]]*)/s/^/#DONOTCOMPILE /" \
38 + sed -e "/add_subdirectory[[:space:]]*([[:space:]]*${1}[[:space:]]*)/s/^/#DONOTCOMPILE /" \
39 -i CMakeLists.txt || die "failed to comment add_subdirectory(${1})"
40 fi
41 }