diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-12-29 17:56:34 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-12-29 17:56:34 +0000 |
commit | a796fe40d435b3cbdaf21402b0a0f4c7e73062f6 (patch) | |
tree | 4f1ec96062a7ec6973e0f6574bdce07158c22c5f /eclass/kde4-meta.eclass | |
parent | Stable on amd64 wrt bug #349697 (diff) | |
download | historical-a796fe40d435b3cbdaf21402b0a0f4c7e73062f6.tar.gz historical-a796fe40d435b3cbdaf21402b0a0f4c7e73062f6.tar.bz2 historical-a796fe40d435b3cbdaf21402b0a0f4c7e73062f6.zip |
Previous commit broke kdepim installations for =! 4.6beta3, fixing
Diffstat (limited to 'eclass/kde4-meta.eclass')
-rw-r--r-- | eclass/kde4-meta.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index 444cecfdedc2..97593ec693ec 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.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-meta.eclass,v 1.46 2010/12/29 17:06:51 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.47 2010/12/29 17:56:34 tampakrap Exp $ # # @ECLASS: kde4-meta.eclass # @MAINTAINER: @@ -223,6 +223,8 @@ kde4-meta_src_extract() { kdepim) if [[ ${PV} == 4.5.93 ]] ; then tarball="kdepim-4.6beta3.tar.${postfix}" + else + tarball="${KMNAME}-${PV}.tar.${postfix}" fi ;; *) |