summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-12-06 10:17:04 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-12-06 10:17:04 +0000
commitb7ffe44a30f40c6527b4393dccaf8118f6674d0a (patch)
tree17bbf5bdab81d33a6581c23732ff4723a012ffca /eclass
parentRemove not strictly needed dependency on media-libs/atlas-c++ Bug #347776 (diff)
downloadgentoo-2-b7ffe44a30f40c6527b4393dccaf8118f6674d0a.tar.gz
gentoo-2-b7ffe44a30f40c6527b4393dccaf8118f6674d0a.tar.bz2
gentoo-2-b7ffe44a30f40c6527b4393dccaf8118f6674d0a.zip
Add support for KDEPIM 4.4.8 in kde eclasses
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass4
-rw-r--r--eclass/kde4-functions.eclass4
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 00ba2e3029c5..2ba03d6c9171 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.78 2010/12/02 21:49:54 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.79 2010/12/06 10:17:04 tampakrap Exp $
# @ECLASS: kde4-base.eclass
# @MAINTAINER:
@@ -537,7 +537,7 @@ case ${BUILD_TYPE} in
# Unstable KDE SC releases
SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2"
;;
- 4.4.6 | 4.4.7)
+ 4.4.6 | 4.4.7 | 4.4.8)
# Only kdepim here
SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2"
;;
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 5738d8f18c48..c42c615d13b3 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.37 2010/12/02 21:49:54 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.38 2010/12/06 10:17:04 tampakrap Exp $
inherit versionator
@@ -376,7 +376,7 @@ add_kdebase_dep() {
if [[ ${KDEBASE} = kde-base ]]; then
# FIXME remove hack when kdepim-4.4.{6,7} is gone
local FIXME_PV
- if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then
+ if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* || ${PV} = 4.4.8* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then
FIXME_PV=4.4.5
else
FIXME_PV=${PV}