Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 671710 Details for
Bug 754990
net-p2p/freenet-0.7.5_p1488 should try to avoid pulling in X11 deps via jna:4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
slight change to source code to avoid jna:4
srcwithoutjna4.diff (text/plain), 713 bytes, created by
Dennis Nezic
on 2020-11-17 03:27:05 UTC
(
hide
)
Description:
slight change to source code to avoid jna:4
Filename:
MIME Type:
Creator:
Dennis Nezic
Created:
2020-11-17 03:27:05 UTC
Size:
713 bytes
patch
obsolete
>--- ./a/fred-build01488/src/freenet/support/JVMVersion.java 2020-11-07 19:00:47.000000000 -0500 >+++ ./b/fred-build01488/src/freenet/support/JVMVersion.java 2020-11-16 22:12:09.000000000 -0500 >@@ -1,6 +1,5 @@ > package freenet.support; > >-import static com.sun.jna.Platform.isAndroid; > > import java.util.regex.Matcher; > import java.util.regex.Pattern; >@@ -36,8 +35,7 @@ > Pattern.compile("^0*(\\d+)(?:\\.0*(\\d+)(?:\\.0*(\\d+)(?:[_.]0*(\\d+))?)?)?.*$"); > > public static boolean isEOL() { >- return !isAndroid() // on android the version checks are done on the App level, so we do not check here. >- && isEOL(getCurrent()); >+ return isEOL(getCurrent()); > } > > public static boolean needsLegacyUpdater() {
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 754990
:
671707
| 671710