diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-12-11 13:46:19 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-12-11 13:46:19 +0000 |
commit | a653501b9c77e4279ac90fadbdd02b5ac42a95dc (patch) | |
tree | d953a3da098adc02856587e0a23984dfa850974c /eclass | |
parent | Pulled until pdepend is out for portage (diff) | |
download | gentoo-2-a653501b9c77e4279ac90fadbdd02b5ac42a95dc.tar.gz gentoo-2-a653501b9c77e4279ac90fadbdd02b5ac42a95dc.tar.bz2 gentoo-2-a653501b9c77e4279ac90fadbdd02b5ac42a95dc.zip |
support for kde-3.1_rc5 (forgot to commit this when i committed kde-i18n-*-3.1_rc5)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-i18n.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde-i18n.eclass b/eclass/kde-i18n.eclass index 3825e384df8b..1f6e9b2fba5d 100644 --- a/eclass/kde-i18n.eclass +++ b/eclass/kde-i18n.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.35 2002/12/06 11:01:38 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.36 2002/12/11 13:46:19 hannes Exp $ inherit kde ECLASS=kde-i18n @@ -22,6 +22,7 @@ case "$PV" in 3.1_beta2) RPV=3.0.8;; 3.1_rc1) RPV=3.0.9;; 3.1_rc2) RPV=3.0.98;; + 3.1_rc5) RPV=3.1rc5;; *) RPV=$PV;; esac RP="$PN-$RPV" |