Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11948 - kde-i18n + kde 3.1_rc5
Summary: kde-i18n + kde 3.1_rc5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 03:28 UTC by Kai Schlüter
Modified: 2002-12-11 07:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Schlüter 2002-12-11 03:28:47 UTC
One line should be entered in eclass/kde-i18n.eclass: 
 
# RPV and RP for Real P and PV 
case "$PV" in 
        3.1_beta1)      RPV=3.0.7;; 
        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 
 
The 3.1_rc5 must be entered, so that the files can be downloaded.
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-11 07:50:10 UTC
thx for submission, committed.