Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 592196

Summary: net-p2p/bitcoin-cli: do not enable ljr use flag by default
Product: Gentoo Linux Reporter: Gary <admin>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal CC: luke-jr+gentoobugs, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=604520
Whiteboard:
Package list:
Runtime testing required: ---

Description Gary 2016-08-26 18:28:07 UTC
Similar to this previous bug https://bugs.gentoo.org/show_bug.cgi?id=524512 luke-jr has enabled a personal patch by default on net-p2p/bitcoin-cli. The fix is to remove the ljr USE flag from the defaults.

Reproducible: Always
Comment 1 Anthony Basile gentoo-dev 2016-08-27 06:51:14 UTC
(In reply to Gary from comment #0)
> Similar to this previous bug https://bugs.gentoo.org/show_bug.cgi?id=524512
> luke-jr has enabled a personal patch by default on net-p2p/bitcoin-cli. The
> fix is to remove the ljr USE flag from the defaults.
> 
> Reproducible: Always

did something change?  because that's supposed to be the situation.

@luke-jr did something change with the last commit?
Comment 2 Luke-Jr 2016-08-27 08:12:22 UTC
(In reply to Anthony Basile from comment #1)
> @luke-jr did something change with the last commit?

Looks like I forgot to revert the default USE for bitcoin-cli for the last PR. The others look okay still.
Comment 3 Luke-Jr 2016-08-27 08:14:23 UTC
(although for bitcoin-cli there is literally zero reason to ever disable this USE flag - all it does is add type-parsing handlers for new methods, which won't exist on non-Knots JSON-RPC servers in the first place and therefore will never get used)