summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-08-06 15:08:49 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-08-06 15:08:49 +0000
commitf779df69fda2e3463c3c47b32913a69775053877 (patch)
treeba0eaef5fb7428ea55582301502b8bf4ba7c935d
parentRemove _beta1, add _rc1, add 3.2.3-r1 with some security fixes (Manifest reco... (diff)
downloadgentoo-2-f779df69fda2e3463c3c47b32913a69775053877.tar.gz
gentoo-2-f779df69fda2e3463c3c47b32913a69775053877.tar.bz2
gentoo-2-f779df69fda2e3463c3c47b32913a69775053877.zip
add SRCDIR setting for _rc1
-rw-r--r--eclass/kde-dist.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass
index b5b0a144e722..da79ff5e753b 100644
--- a/eclass/kde-dist.eclass
+++ b/eclass/kde-dist.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-dist.eclass,v 1.54 2004/08/06 12:23:21 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.55 2004/08/06 15:08:49 caleb Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -34,6 +34,7 @@ need-kde $PV
# 3.2 prereleases
[ "$PV" == "3.3.0_beta1" ] && S=${WORKDIR}/${PN}-3.2.91
[ "$PV" == "3.3.0_beta2" ] && S=${WORKDIR}/${PN}-3.2.92
+[ "$PV" == "3.3.0_rc1" ] && S=${WORKDIR}/${PN}-3.3.0
DESCRIPTION="KDE ${PV} - "
HOMEPAGE="http://www.kde.org/"