diff options
| author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-12-06 12:39:46 +0200 |
|---|---|---|
| committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-12-06 12:40:36 +0200 |
| commit | e03c8f351d65b3cce9bb3f0fcb570355bff5d46c (patch) | |
| tree | a7ad0fd2a38c16c2acab83fc6c2731a04a16e34e /eclass | |
| parent | ebb188f3c27cc2cd5cba347cc666bad4226d7757 (diff) | |
| download | kde-e03c8f351d65b3cce9bb3f0fcb570355bff5d46c.tar.gz kde-e03c8f351d65b3cce9bb3f0fcb570355bff5d46c.tar.bz2 kde-e03c8f351d65b3cce9bb3f0fcb570355bff5d46c.zip | |
[eclass] Sync with in-tree eclasses, apply kdepim 4.4.8 checks
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 2 | ||||
| -rw-r--r-- | eclass/kde4-functions.eclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 10ed2471008..9063d6e7f0b 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -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 4f6175700ad..0083bef8e30 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -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} |
