diff options
-rw-r--r-- | eclass/kde-meta.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass index eeb1f35d16e3..3bc3d6b0bdd5 100644 --- a/eclass/kde-meta.eclass +++ b/eclass/kde-meta.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.87 2009/01/12 23:03:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.88 2009/02/08 16:21:20 carlo Exp $ # @ECLASS: kde-meta.eclass # @MAINTAINER: @@ -33,6 +33,7 @@ if [[ "${KMNAME}" = "koffice" ]]; then case "$PV" in 1.6_beta1) TARBALLDIRVER="1.5.91"; TARBALLVER="1.5.91" ;; 1.6_rc1) TARBALLDIRVER="1.5.92"; TARBALLVER="1.5.92" ;; + 1.6.3_p*) TARBALLDIRVER="1.6.3"; TARBALLVER="${PV}" ;; esac fi @@ -68,6 +69,8 @@ elif [[ "$KMNAME" == "koffice" ]]; then 1.6_beta1) SRC_PATH="mirror://kde/unstable/koffice-${PV/_/-}/koffice-${TARBALLVER}.tar.bz2" ;; + 1.6.3_p*) SRC_PATH="mirror://gentoo/${TARBALL}" + ;; *) # Identify beta and rc versions by underscore if [[ ${PV/_/} != ${PV} ]]; then |