Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19117 Details for
Bug 30938
Kdevelop-3.0-alpha7 ebuild has hardcoded python2.2 path
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes hardcoded path
kdevelop-3.0_alpha7.patch (text/plain), 491 bytes, created by
Bryan Østergaard (RETIRED)
on 2003-10-11 16:58:30 UTC
(
hide
)
Description:
Fixes hardcoded path
Filename:
MIME Type:
Creator:
Bryan Østergaard (RETIRED)
Created:
2003-10-11 16:58:30 UTC
Size:
491 bytes
patch
obsolete
>--- kdevelop-3.0_alpha7.ebuild 2003-10-12 01:04:26.000000000 +0200 >+++ kdevelop-3.0_alpha7-r1.ebuild 2003-10-12 03:07:48.326096232 +0200 >@@ -33,7 +33,8 @@ > myconf="$myconf --disable-javasupport" > fi > if [ "`use python`" ]; then >- myconf="$myconf --enable-scripting --with-pythondir=/usr/lib/python2.2" >+ mypyver=`python -c "import sys; print sys.version[:3]"` >+ myconf="$myconf --enable-scripting --with-pythondir=/usr/lib/python${mypyver}" > else > myconf="$myconf --disable-scripting" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30938
: 19117