commit:     ba0e0a89fe6aaa62904d3d01599d74f9fbb3c6d0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  9 15:03:55 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar  9 15:03:55 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ba0e0a89

[eclass] Cosmetics.

---
 eclass/kde4-meta.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index 3f0fea3..cb3fc6f 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -365,7 +365,7 @@ __list_needed_subdirectories() {
 # @DESCRIPTION:
 # Meta-package build system configuration handling - commenting out targets, 
etc..
 kde4-meta_src_prepare() {
-       debug-print-function  ${FUNCNAME} "$@"
+       debug-print-function ${FUNCNAME} "$@"
 
        kde4-meta_change_cmakelists
        kde4-base_src_prepare
@@ -575,7 +575,7 @@ kde4-meta_src_compile() {
 # Currently just calls its equivalent in kde4-base.eclass(5) if
 # I_KNOW_WHAT_I_AM_DOING is set. Use this in split ebuilds.
 kde4-meta_src_test() {
-       debug-print-function $FUNCNAME "$@"
+       debug-print-function ${FUNCNAME} "$@"
 
        if [[ $I_KNOW_WHAT_I_AM_DOING ]]; then
                kde4-base_src_test
@@ -588,7 +588,7 @@ kde4-meta_src_test() {
 # @DESCRIPTION:
 # Function for installing KDE4 split applications.
 kde4-meta_src_install() {
-       debug-print-function $FUNCNAME "$@"
+       debug-print-function ${FUNCNAME} "$@"
 
        # Search ${S}/${KMMODULE} and install common documentation files found
        local doc

Reply via email to