Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 333882 Details for
Bug 449500
python-r1.eclass - needs a function to retrieve a list of enabled python targets
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
python-r1.eclass.patch
python-r1.eclass.patch (text/plain), 595 bytes, created by
Matthew Schultz
on 2012-12-31 18:44:37 UTC
(
hide
)
Description:
python-r1.eclass.patch
Filename:
MIME Type:
Creator:
Matthew Schultz
Created:
2012-12-31 18:44:37 UTC
Size:
595 bytes
patch
obsolete
>--- python-r1.orig.eclass 2012-12-31 12:42:28.664357587 -0600 >+++ python-r1.eclass 2012-12-31 12:43:13.863077001 -0600 >@@ -401,6 +401,17 @@ > fi > } > >+# @FUNCTION: python_get_use_implementations >+# @DESCRIPTION: >+# Gets an array of python use targets enabled by the user >+python_get_use_implementations() { >+ local i implementation >+ for implementation in ${PYTHON_COMPAT[@]}; do >+ use python_targets_${implementation} && i+=" ${implementation}" >+ done >+ echo $i >+} >+ > # @FUNCTION: python_foreach_impl > # @USAGE: <command> [<args>...] > # @DESCRIPTION:
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 449500
: 333882