Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 235499 Details for
Bug 324195
games-kids/gcompris: 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]
gcompris-9.2.2.ebuild.patch
gcompris-9.2.2.ebuild.patch (text/plain), 731 bytes, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2010-06-16 01:22:54 UTC
(
hide
)
Description:
gcompris-9.2.2.ebuild.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2010-06-16 01:22:54 UTC
Size:
731 bytes
patch
obsolete
>--- gcompris-9.2.2.ebuild >+++ gcompris-9.2.2.ebuild >@@ -47,7 +47,10 @@ > S=${WORKDIR}/${PN}-$(get_version_component_range 1-2) > > pkg_setup() { >- python_set_active_version 2 >+ if use python; then >+ python_set_active_version 2 >+ python_pkg_setup >+ fi > games_pkg_setup > } > >@@ -58,8 +61,6 @@ > } > > src_configure() { >- local python_version="$(PYTHON -a)" >- > GNUCHESS="${GAMES_BINDIR}"/gnuchess \ > egamesconf \ > --disable-dependency-tracking \ >@@ -67,7 +68,7 @@ > --datadir="${GAMES_DATADIR}" \ > --localedir=/usr/share/locale \ > --infodir=/usr/share/info \ >- $(use_with python python "${python_version}") \ >+ $(use_with python python "$(PYTHON -a)") \ > $(use_enable debug) \ > $(use_enable gnet) \ > --enable-sqlite \
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 324195
:
235497
| 235499