Summary: | games-kids/gcompris: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257 | ||
Attachments: |
gcompris-8.4.12.ebuild.patch
gcompris-9.2.2.ebuild.patch |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() Created attachment 235497 [details, diff]
gcompris-8.4.12.ebuild.patch
This patch removes deprecation warning in games-kids/gcompris-8.4.12.
I will commit this patch, if you don't object in 1 week.
Created attachment 235499 [details, diff]
gcompris-9.2.2.ebuild.patch
games-kids/gcompris-9.2.2 has optional dependency on Python, but python_set_active_version() will trigger call to die() when Python isn't installed.
games-kids/gcompris-9.2.2 sets PYTHON_USE_WITH variable, so it should also call python_pkg_setup().
This patch also simplifies src_configure().
Fixed. (Commits approved by Mr_Bones_.) |