diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-06 13:32:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-06 13:32:42 +0000 |
commit | 5c94fe1fe449dcb527c6b6fcbf65adb65f241474 (patch) | |
tree | e00dbf2d3b3fafdc062c4a86c522d10a73e78828 /eclass | |
parent | gv4l isn't in the tree anymore. Kiss it bye bye (diff) | |
download | gentoo-2-5c94fe1fe449dcb527c6b6fcbf65adb65f241474.tar.gz gentoo-2-5c94fe1fe449dcb527c6b6fcbf65adb65f241474.tar.bz2 gentoo-2-5c94fe1fe449dcb527c6b6fcbf65adb65f241474.zip |
Added values for 3.5_alpha1 version.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-meta.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass index eff747697cc6..24007e6799f7 100644 --- a/eclass/kde-meta.eclass +++ b/eclass/kde-meta.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.47 2005/08/25 09:33:17 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.48 2005/09/06 13:32:42 flameeyes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # Simone Gotti <motaboy@gentoo.org> @@ -23,6 +23,7 @@ case "$PV" in 3.4.0_beta1) TARBALLDIRVER="3.3.91"; TARBALLVER="3.3.91" ;; 3.4.0_beta2) TARBALLDIRVER="3.3.92"; TARBALLVER="3.3.92" ;; 3.4.0_rc1) TARBALLDIRVER="3.4.0"; TARBALLVER="3.4.0-rc1" ;; + 3.5_alpha1) TARBALLDIRVER="3.4.90"; TARBALLVER="3.4.90" ;; *) TARBALLDIRVER="$PV"; TARBALLVER="$PV" ;; esac if [ "${KMNAME}" = "koffice" ]; then |