summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde-frameworks.eclass7
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass
index e15bf9a879a..fc95f7b86c8 100644
--- a/eclass/kde-frameworks.eclass
+++ b/eclass/kde-frameworks.eclass
@@ -25,7 +25,7 @@ inherit kde4-functions toolchain-funcs fdo-mime flag-o-matic gnome2-utils base v
if [[ ${KDE_BUILD_TYPE} = live ]]; then
inherit git-r3
- EGIT_BRANCH="frameworks"
+ EGIT_BRANCH="master"
fi
EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm
@@ -62,11 +62,6 @@ QT_MINIMAL="${QT_MINIMAL:-5.1.90}"
# @DESCRIPTION:
# Framework source (eg. tier1, tier2 etc.)
-if [[ ${FRAMEWORKS_TYPE} = tier* ]] ; then
- KMNAME="kdelibs"
- S=${WORKDIR}/${P}/${FRAMEWORKS_TYPE}/${PN}
-fi
-
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"