Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226521 Details for
Bug 312249
games-engines/gemrb: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ebuild to take care of python changes.
gemrb-python-update.patch (text/plain), 855 bytes, created by
Myckel Habets
on 2010-04-04 07:56:51 UTC
(
hide
)
Description:
Patch to ebuild to take care of python changes.
Filename:
MIME Type:
Creator:
Myckel Habets
Created:
2010-04-04 07:56:51 UTC
Size:
855 bytes
patch
obsolete
>--- gemrb-0.6.0.ebuild-orig 2010-03-31 04:36:03.000000000 +0200 >+++ gemrb-0.6.0.ebuild 2010-04-04 09:29:30.000000000 +0200 >@@ -2,8 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/games-engines/gemrb/gemrb-0.6.0.ebuild,v 1.2 2010/02/03 21:49:34 maekke Exp $ > >+PYTHON_DEPEND="2:2.4" >+ > EAPI=2 >-inherit autotools eutils games >+inherit autotools eutils games python > > DESCRIPTION="Reimplementation of the Infinity engine" > HOMEPAGE="http://gemrb.sourceforge.net/" >@@ -38,11 +40,17 @@ > } > > src_configure() { >+ python_set_active_version 2 > egamesconf \ > --disable-dependency-tracking \ > --docdir="/usr/share/doc/${PF}" > } > >+src_prepare() { >+ python_convert_shebangs -r 2 . >+} >+ >+ > src_install() { > emake DESTDIR="${D}" install || die "install failed" > diropts -m0775 -g ${GAMES_GROUP}
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 312249
: 226521