Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 280447 Details for
Bug 363765
media-gfx/comix-4.0.x - SyntaxError: invalid syntax
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ensure use of Python 2 at install and run time.
comix-4.0.4.ebuild.patch (text/plain), 648 bytes, created by
Ewgenij Starostin
on 2011-07-20 12:05:15 UTC
(
hide
)
Description:
Ensure use of Python 2 at install and run time.
Filename:
MIME Type:
Creator:
Ewgenij Starostin
Created:
2011-07-20 12:05:15 UTC
Size:
648 bytes
patch
obsolete
>--- /usr/portage/media-gfx/comix/comix-4.0.4.ebuild 2010-02-11 01:52:38.000000000 +0100 >+++ comix-4.0.4.ebuild 2011-07-20 13:54:39.000000000 +0200 >@@ -16,12 +16,17 @@ RDEPEND=">=dev-python/imaging-1.1.5 > LANGS=" ca cs es fr hr hu id ja ko pl pt_BR ru sv zh_CN zh_TW" > IUSE="rar $(echo ${LANGS//\ /\ linguas_})" > >+pkg_setup() { >+ python_set_active_version 2 >+} >+ > src_unpack() { > unpack ${A} > # do not install .pyc into /usr/share > local pythondir="$(python_get_sitedir)/comix" > pythondir="${pythondir/\/usr\/}" > sed -i -e "s:share/comix/src:${pythondir}:g" "${S}"/install.py || die >+ python_convert_shebangs -r 2 "${S}" > } > > src_compile() {
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 363765
:
270573
| 280447