Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 250099 Details for
Bug 340321
dev-java/java-config-2.1.11: VersionManager.package_parser parses atoms incorrectly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed quick fix
gentoo340321.patch (text/plain), 718 bytes, created by
Martin von Gagern
on 2010-10-10 10:44:53 UTC
(
hide
)
Description:
Proposed quick fix
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2010-10-10 10:44:53 UTC
Size:
718 bytes
patch
obsolete
>Index: src/java_config_2/VersionManager.py >=================================================================== >--- src/java_config_2/VersionManager.py (revision 8224) >+++ src/java_config_2/VersionManager.py (working copy) >@@ -53,7 +53,7 @@ > """ > atom_parser = re.compile(r"([<>=]*)virtual/(jre|jdk)[-:]([0-9\.*]+)") > virtuals_parser = re.compile(r"([<>=~]+)?java-virtuals/([\w\-\.:]+)") >- package_parser = re.compile(r"([\w\-]+)/([\w\-]+)(?:\:(\d+))?") >+ package_parser = re.compile(r"([\w\-]+)/([\w\-]+)(?:-[0-9.]+[a-z]?(?:_\w+)?)(?:\:(\d+))?") > user_pref_file = '/etc/java-config-2/build/jdk.conf' > default_pref_file = '/usr/share/java-config-2/config/jdk-defaults.conf' > _prefs = None
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 340321
: 250099 |
250115