Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121149 - incorrect SRC_URI in kdelibs-3.5.1.ebuild
Summary: incorrect SRC_URI in kdelibs-3.5.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 02:35 UTC by kilian
Modified: 2006-02-01 04:24 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 kilian 2006-02-01 02:35:19 UTC
kdelibs-3.5.1.ebuild contains
SRC_URI="mirror://kde/stable/3.5/src/${P}.tar.bz2"
where it should be
SRC_URI="mirror://kde/stable/3.5.1/src/${P}.tar.bz2"

the arts-3.5.1.ebuild has the same problem, and MY_PV should be set to 1.5.1
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-01 04:24:12 UTC
corrected :)