summaryrefslogtreecommitdiff
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/kde4-functions.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/kde4-functions.eclass')
-rw-r--r--eclass/kde4-functions.eclass4
1 files changed, 2 insertions, 2 deletions
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}