Summary: | add USE wallet to net-p2p/litecoind | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Filip Bole <bolefilip> |
Component: | Current packages | Assignee: | Anthony Basile <blueness> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | add wallet USE flag |
okay this is fixed without a revbump. you should now see USE=wallet on by default. Reopen if there are still issues. |
Created attachment 406948 [details, diff] add wallet USE flag The current ebuild has --disable-wallet which greatly affects the functionality of the program. For example it is imposible tu use the litecoin-cli to send wallet related commands to litecoind, like seeing balance or sending coin. With the attached patch to the ebuild, we get a USE flag wallet, which enables this functionality.