Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 899722 Details for
Bug 937642
distutils-r1.eclass policy on stray top-level files in site-packages blocks JAR library files.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
distutils-r1.eclass.patch (text/plain), 350 bytes, created by
Ivan Lloro
on 2024-08-10 05:27:55 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Lloro
Created:
2024-08-10 05:27:55 UTC
Size:
350 bytes
patch
obsolete
>diff --git a/distutils-r1.eclass b/distutils-r1.eclass >index 0f9dc8d..9509ad2 100644 >--- a/distutils-r1.eclass >+++ b/distutils-r1.eclass >@@ -2114,6 +2114,7 @@ _distutils-r1_post_python_install() { > -name '*.pth' -o \ > -name '*.py' -o \ > -name '*.pyi' -o \ >+ -name '*.jar' -o \ > -name "*$(get_modname)" \ > ')' -print0 > )
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 937642
:
899721
| 899722