diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-03-29 14:55:53 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-03-29 14:55:53 +0000 |
commit | 517bc99782e8dcfc4c502a7474967c31f5b8dfe0 (patch) | |
tree | c1a3c70f7aafa880bccc4692f474a42dda325fdb /eclass | |
parent | Marking stable on x86 wrt bug #127680. (diff) | |
download | gentoo-2-517bc99782e8dcfc4c502a7474967c31f5b8dfe0.tar.gz gentoo-2-517bc99782e8dcfc4c502a7474967c31f5b8dfe0.tar.bz2 gentoo-2-517bc99782e8dcfc4c502a7474967c31f5b8dfe0.zip |
Prepare for KOffice 1.5 rc1
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 c2eb46a8409c..aca39777668f 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.68 2006/03/11 18:57:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.69 2006/03/29 14:55:53 carlo Exp $ # # Author Dan Armak <danarmak@gentoo.org> # Simone Gotti <motaboy@gentoo.org> @@ -29,6 +29,7 @@ if [[ "${KMNAME}" = "koffice" ]]; then case "$PV" in 1.5_beta1) TARBALLDIRVER="1.4.90"; TARBALLVER="1.4.90" ;; 1.5_beta2) TARBALLDIRVER="1.4.95"; TARBALLVER="1.4.95" ;; + 1.5_rc1) TARBALLDIRVER="1.5.0-rc1"; TARBALLVER="1.5.0-rc1" ;; esac fi |