diff options
author | 2010-12-29 16:45:19 +0000 | |
---|---|---|
committer | 2010-12-29 16:45:19 +0000 | |
commit | cb3d70b5c1674a44f0cb060117cb3d60588492e9 (patch) | |
tree | f9964cda3cd9686e0c24d6aa008e7e983a263875 /eclass/kde4-functions.eclass | |
parent | Catch unpacking errors with die, fixes bug 338397 (diff) | |
download | gentoo-2-cb3d70b5c1674a44f0cb060117cb3d60588492e9.tar.gz gentoo-2-cb3d70b5c1674a44f0cb060117cb3d60588492e9.tar.bz2 gentoo-2-cb3d70b5c1674a44f0cb060117cb3d60588492e9.zip |
Add eclass support for KDEPIM 4.4.9
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r-- | eclass/kde4-functions.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index c42c615d13b3..29ae9fa8874f 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.38 2010/12/06 10:17:04 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.39 2010/12/29 16:45:19 tampakrap Exp $ inherit versionator @@ -374,9 +374,9 @@ add_kdebase_dep() { local use=${2:+,${2}} if [[ ${KDEBASE} = kde-base ]]; then - # FIXME remove hack when kdepim-4.4.{6,7} is gone + # FIXME remove hack when >kdepim-4.4.5 is gone local FIXME_PV - if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* || ${PV} = 4.4.8* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then + if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* || ${PV} = 4.4.8* || ${PV} = 4.4.9* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then FIXME_PV=4.4.5 else FIXME_PV=${PV} |