summaryrefslogtreecommitdiff
path: root/eclass/kde4-base.eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-05 22:33:16 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-05 22:33:16 +0100
commitfffcb0af75262c4a3e5c85c77058ad7e4fcf3a28 (patch)
tree87f96c498d462bc49fa68a8616cae3dcb720dbc6 /eclass/kde4-base.eclass
parent06d135e20ab214c46bc28d9dd0c76719f068932c (diff)
downloadkde-fffcb0af75262c4a3e5c85c77058ad7e4fcf3a28.tar.gz
kde-fffcb0af75262c4a3e5c85c77058ad7e4fcf3a28.tar.bz2
kde-fffcb0af75262c4a3e5c85c77058ad7e4fcf3a28.zip
bit more updates
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r--eclass/kde4-base.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 8def4867675..881d23b1857 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -429,7 +429,7 @@ case ${BUILD_TYPE} in
kde-base)
case ${PV} in
4.2.9* | 4.2.8* | 4.2.7* | 4.2.6*)
- SRC_URI="http://dev.gentooexperimental.org/~alexxy/kde/${PV}/${_kmname_pv}.tar.bz2" ;;
+ SRC_URI="http://dev.gentooexperimental.org/~alexxy/kde/${PV}/${_kmname_pv}.tar.lzma" ;;
4.1.9* | 4.1.8* | 4.1.7* | 4.1.6* | 4.0.9* | 4.0.8*)
SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2" ;;
*) SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2" ;;
@@ -510,7 +510,7 @@ kde4-base_src_unpack() {
migrate_store_dir
subversion_src_unpack
else
- cmake-utils_src_unpack
+ base_src_unpack
fi
}
@@ -527,7 +527,7 @@ kde4-base_src_prepare() {
enable_selected_linguas
fi
- cmake-utils_src_prepare
+ base_src_prepare
# Save library dependencies
if [[ -n ${KMSAVELIBS} ]] ; then