diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-21 20:01:23 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-21 20:01:23 +0000 |
commit | 90e93c9184100bf9a4fff83cff46cd6766035c44 (patch) | |
tree | 7ebc65b7d8786bd600db6e7f837c4ba684608cfd /eclass/kde4-base.eclass | |
parent | Allow graphicsmagick to statisfy imagemagick dependency (bug #314335), add me... (diff) | |
download | gentoo-2-90e93c9184100bf9a4fff83cff46cd6766035c44.tar.gz gentoo-2-90e93c9184100bf9a4fff83cff46cd6766035c44.tar.bz2 gentoo-2-90e93c9184100bf9a4fff83cff46cd6766035c44.zip |
Make SRC_URI calculation work with the latest kdepim strangeness
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index c56404c4c6a7..2a0a5ad0f6f9 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.87 2011/04/06 14:22:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.88 2011/04/21 20:01:23 dilfridge Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -471,7 +471,7 @@ _calculate_src_uri() { # KDEPIM IS SPECIAL [[ ${KMNAME} == "kdepim" || ${KMNAME} == "kdepim-runtime" ]] && SRC_URI="mirror://kde/unstable/kdepim/${PV}/src/${_kmname_pv}.tar.bz2" ;; - 4.4.[6789] | 4.4.1?) + 4.4.[6789] | 4.4.1?*) # Stable kdepim releases SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;; |