Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 30938

Summary: Kdevelop-3.0-alpha7 ebuild has hardcoded python2.2 path
Product: Gentoo Linux Reporter: Bryan Østergaard (RETIRED) <kloeri>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: iggy
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fixes hardcoded path

Description Bryan Østergaard (RETIRED) gentoo-dev 2003-10-11 16:57:22 UTC
I'd like to have the hardcoded python2.2 path removed, as Gentoo might soon be
moving to python-2.3. Kdevelop-3.0 seems to run just fine using python-2.3.
At least I have been running it for several days without any problems.

Also I've looked around to see if I could find any information on what python
versions works with kdevelop, but I haven't found any.

Also the existing dependency is for dev-lang/python and the python support is
only used for scripting.

I'll attach a small patch to the -alpha7 ebuild to remove the hardcoded path.

Reproducible: Always
Steps to Reproduce:
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2003-10-11 16:58:30 UTC
Created attachment 19117 [details, diff]
Fixes hardcoded path
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2003-12-08 13:28:21 UTC
latests beta2 ebuild uses distutils_python_version - fixed.