Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 599108 Details for
Bug 702504
python-r1.eclass python_setup() sets bad {,E}PYTHON variable values
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
possible fix
python-r1-python_setup-fix.patch (text/plain), 463 bytes, created by
John Helmert III
on 2019-12-10 22:12:37 UTC
(
hide
)
Description:
possible fix
Filename:
MIME Type:
Creator:
John Helmert III
Created:
2019-12-10 22:12:37 UTC
Size:
463 bytes
patch
obsolete
>diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass >index e87b59967..13ca7c326 100644 >--- a/eclass/python-r1.eclass >+++ b/eclass/python-r1.eclass >@@ -753,7 +753,7 @@ python_setup() { > > # match USE flags only if override is not in effect > # and python_check_deps() is not defined >- if [[ ! ${PYTHON_COMPAT_OVERRIDE} && ! ${has_check_deps} ]]; then >+ if [[ ! ${PYTHON_COMPAT_OVERRIDE} ]]; then > use "python_targets_${impl}" || continue > fi >
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 702504
:
599106
| 599108