Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213789 Details for
Bug 297747
dev-python/beautifulsoup-3.1.0.1-r1 fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
python.eclass.patch
python.eclass.patch (text/plain), 944 bytes, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2009-12-22 18:58:26 UTC
(
hide
)
Description:
python.eclass.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2009-12-22 18:58:26 UTC
Size:
944 bytes
patch
obsolete
>--- eclass/python.eclass >+++ eclass/python.eclass >@@ -238,8 +238,13 @@ > fi > fi > >- if ! has "${python_version}" "${python2_version}" "${python3_version}"; then >- eerror "Python wrapper is configured incorrectly or /usr/bin/python2 or /usr/bin/python3 symlink" >+ if [[ -n "${python2_version}" && "${python_version}" == "2."* && "${python_version}" != "${python2_version}" ]]; then >+ eerror "Python wrapper is configured incorrectly or /usr/bin/python2 symlink" >+ eerror "is set incorrectly. Use \`eselect python\` to fix configuration." >+ die "Incorrect configuration of Python" >+ fi >+ if [[ -n "${python3_version}" && "${python_version}" == "3."* && "${python_version}" != "${python3_version}" ]]; then >+ eerror "Python wrapper is configured incorrectly or /usr/bin/python3 symlink" > eerror "is set incorrectly. Use \`eselect python\` to fix configuration." > die "Incorrect configuration of Python" > 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 297747
:
213707
|
213752
| 213789