Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 351763
Collapse All | Expand All

(-)a/eclass/kde4-meta.eclass (-1 / +1 lines)
Lines 80-86 case ${BUILD_TYPE} in Link Here
80
		elif [[ "${KDE_SCM}" == "git" ]]; then
80
		elif [[ "${KDE_SCM}" == "git" ]]; then
81
			case ${KMNAME} in
81
			case ${KMNAME} in
82
				kdepim|kdepim-runtime)
82
				kdepim|kdepim-runtime)
83
					EGIT_REPO_URI="git://anongit.kde.org/${KMNAME}"
83
					EGIT_REPO_URI="git://anongit.kde.org/${KMNAME}.git"
84
					EGIT_PROJECT="${KMNAME}"
84
					EGIT_PROJECT="${KMNAME}"
85
					;;
85
					;;
86
			esac
86
			esac

Return to bug 351763