commit: ce6b4755f15dbb1be00e296605882199509b647d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 7 14:08:56 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 7 14:08:56 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ce6b4755
[eclass] Whitespace.
---
eclass/kde4-base.eclass | 2 +-
eclass/kde4-functions.eclass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 868cbe2..96aa558 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -782,7 +782,7 @@ kde4-base_src_test() {
fi
cmake-utils_src_test
- }
+ }
# When run as normal user during ebuild development with the ebuild
command, the
# kde tests tend to access the session DBUS. This however is not
possible in a real
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index ee2e2e9..c12df73 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -131,7 +131,7 @@ comment_add_subdirectory() {
fi
if [[ -a "CMakeLists.txt" ]]; then
- sed -e
"/add_subdirectory[[:space:]]*([[:space:]]*${1}[[:space:]]*)/s/^/#DONOTCOMPILE
/" \
+ sed -e
"/add_subdirectory[[:space:]]*([[:space:]]*${1}[[:space:]]*)/s/^/#DONOTCOMPILE
/" \
-i CMakeLists.txt || die "failed to comment
add_subdirectory(${1})"
fi
}