Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 713703 Details for
Bug 794211
games-puzzle/pathological: pygame2 compatibility patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch for pygame2 support
pathological-pygame2-fix.ebuild.patch (text/plain), 766 bytes, created by
Samuel Bauer
on 2021-06-04 23:17:41 UTC
(
hide
)
Description:
ebuild patch for pygame2 support
Filename:
MIME Type:
Creator:
Samuel Bauer
Created:
2021-06-04 23:17:41 UTC
Size:
766 bytes
patch
obsolete
>--- a/games-puzzle/pathological/pathological-1.1.3_p16-r2.ebuild >+++ b/games-puzzle/pathological/pathological-1.1.3_p16-r2.ebuild >@@ -22,10 +22,7 @@ > > # Note: locks up at start with >=pygame-2 (debian uses pygame-1, fix needed) > RDEPEND="${PYTHON_DEPS} >- $(python_gen_cond_dep ' >- >=dev-python/pygame-1.5.5[${PYTHON_USEDEP}] >- <dev-python/pygame-2[${PYTHON_USEDEP}] >- ') >+ $(python_gen_cond_dep 'dev-python/pygame') > " > DEPEND="${RDEPEND}" > BDEPEND="${PYTHON_DEPS} >@@ -43,6 +40,7 @@ > src_prepare() { > default > >+ > # Debian fixes > # We don't face this bug, this way we skip needing to convert the > # files at build time >@@ -72,6 +70,7 @@ > ${PN}.py || die > > python_fix_shebang ${PN}.py >+ sed -i 's/ is not / != /; s/ is / == /' ${PN}.py > > tc-export CC > }
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 794211
: 713703 |
713706