diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-12-29 17:06:51 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-12-29 17:06:51 +0000 |
commit | b654823646cf95909356677e2d126e3a536d161a (patch) | |
tree | 46e2fe9aeff5591d9bb42bd539330c39babec618 /eclass/kde4-functions.eclass | |
parent | Initial import (diff) | |
download | gentoo-2-b654823646cf95909356677e2d126e3a536d161a.tar.gz gentoo-2-b654823646cf95909356677e2d126e3a536d161a.tar.bz2 gentoo-2-b654823646cf95909356677e2d126e3a536d161a.zip |
Add eclass support for kdepim 4.6beta3
This commit is useless for in tree eclasses, as this kdepim version will stay in overlay
I'm just syncing tree and overlay eclasses
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r-- | eclass/kde4-functions.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 29ae9fa8874f..3ed61cf4700e 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.39 2010/12/29 16:45:19 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.40 2010/12/29 17:06:51 tampakrap Exp $ inherit versionator @@ -381,6 +381,12 @@ add_kdebase_dep() { else FIXME_PV=${PV} fi + # FIXME remove hack when kdepim-4.6beta is gone + if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.5.93* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then + FIXME_PV=4.5.90 + else + FIXME_PV=${PV} + fi # if building stable-live version depend just on slot # to allow merging packages against more stable basic stuff |