Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19326 Details for
Bug 31302
Straw 0.19.2/Python 2.3x fix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Python 2.3 fix
straw-python.diff (text/plain), 639 bytes, created by
Matthew Schick
on 2003-10-16 12:44:06 UTC
(
hide
)
Description:
Python 2.3 fix
Filename:
MIME Type:
Creator:
Matthew Schick
Created:
2003-10-16 12:44:06 UTC
Size:
639 bytes
patch
obsolete
>--- straw-0.19.2.ebuild.orig 2003-10-16 14:40:19.000000000 -0500 >+++ straw-0.19.2.ebuild 2003-10-16 14:41:24.000000000 -0500 >@@ -28,6 +28,11 @@ > cd ${S} > mv Makefile Makefile.orig > sed -e "s:-d \$(BINDIR) \$(LIBDIR) \$(DATADIR):-d \$(BINDIR) \$(LIBDIR) \$(DATADIR) \$(APPLICATIONSDIR) \$(ICONDIR):" Makefile.orig > Makefile || die >+ if [ $(python -V 2>&1|cut -f2 -d " "|cut -f2 -d.) == 3 ]; then >+ sed -i -e "s:PYTHON ?= python2.2:PYTHON ?= python2.3:" Makefile ||die >+ sed -i -e "s:lib/python2.2/site-packages/straw:lib/python2.3/site-packages/straw:" Makefile ||die >+ sed -i -e "s:python2.2:python2.3:" src/straw ||die >+ 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 31302
: 19326