summaryrefslogtreecommitdiff
path: root/eclass/kde4-meta.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde4-meta.eclass')
-rw-r--r--eclass/kde4-meta.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index 2ebce3f9ba4..30c24651e84 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -79,9 +79,8 @@ case ${BUILD_TYPE} in
esac
elif [[ "${KDE_SCM}" == "git" ]]; then
case ${KMNAME} in
- kdepim|kdepim-runtime)
+ kdepim)
EGIT_REPO_URI="git://anongit.kde.org/${KMNAME}"
- EGIT_PROJECT="${KMNAME}"
;;
esac
@@ -189,7 +188,7 @@ kde4-meta_src_extract() {
# Export working copy to ${S}
einfo "Exporting parts of working copy to ${S}"
kde4-meta_create_extractlists
- rsync_options="--progress -v --group --links --owner --perms --quiet --exclude=.svn/ --exclude=.git/"
+ rsync_options="--group --links --owner --perms --quiet --exclude=.svn/ --exclude=.git/"
case "${KDE_SCM}" in
svn)