Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592196 - net-p2p/bitcoin-cli: do not enable ljr use flag by default
Summary: net-p2p/bitcoin-cli: do not enable ljr use flag by default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 18:28 UTC by Gary
Modified: 2021-01-22 00:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)