diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-24 15:56:03 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-24 15:56:03 +0000 |
commit | 9a8d43297a5e20c3833449f597a7e3234bc45af0 (patch) | |
tree | 6fccb6adaabc0454772aaf56ba4c7450444aaca5 /eclass | |
parent | x86 stable wrt bug #341615 (diff) | |
download | gentoo-2-9a8d43297a5e20c3833449f597a7e3234bc45af0.tar.gz gentoo-2-9a8d43297a5e20c3833449f597a7e3234bc45af0.tar.bz2 gentoo-2-9a8d43297a5e20c3833449f597a7e3234bc45af0.zip |
Add KDEPIM 4.4.7 support
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 4 | ||||
-rw-r--r-- | eclass/kde4-functions.eclass | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index ddc5058953cf..7595b7fc07c1 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.74 2010/09/14 12:39:51 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.75 2010/10/24 15:56:03 tampakrap Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -479,7 +479,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.6 | 4.4.7) # 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 ef5eed69ee94..0feaca469632 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.35 2010/09/11 04:25:23 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.36 2010/10/24 15:56:03 tampakrap Exp $ inherit versionator @@ -518,9 +518,9 @@ add_kdebase_dep() { local use=${2:+,${2}} if [[ ${KDEBASE} = kde-base ]]; then - # FIXME remove hack when kdepim-4.4.6 is gone + # FIXME remove hack when kdepim-4.4.{6,7} is gone local FIXME_PV - if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then + if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then FIXME_PV=4.4.5 else FIXME_PV=${PV} |