Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11587 Details for
Bug 20318
python 2.2.2 Tkinter crash with tcltk 8.4.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
python-2.2.2-r1.diff
python-2.2.2-r1.diff (text/plain), 612 bytes, created by
Stanislav Brabec
on 2003-05-06 12:35:24 UTC
(
hide
)
Description:
python-2.2.2-r1.diff
Filename:
MIME Type:
Creator:
Stanislav Brabec
Created:
2003-05-06 12:35:24 UTC
Size:
612 bytes
patch
obsolete
>--- python-2.2.2.ebuild 2003-02-23 02:20:57.000000000 +0100 >+++ python-2.2.2-r1.ebuild 2003-05-06 17:18:06.000000000 +0200 >@@ -13,7 +13,7 @@ > > HOMEPAGE="http://www.python.org" > LICENSE="PSF-2.2" >-KEYWORDS="x86 ppc sparc alpha mips hppa arm" >+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" > > DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 > readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) >@@ -37,6 +37,13 @@ > > inherit flag-o-matic > >+src_unpack() { >+ unpack ${A} >+ cd ${S}/Lib/lib-tk >+ patch < ${FILESDIR}/tkinter-alternate.patch >+ cd ../.. >+} >+ > src_compile() { > filter-flags -malign-double >
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 20318
:
11586
| 11587