diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-03-11 13:30:39 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-03-11 13:33:07 -0500 |
commit | 7ce3ffe447e8e0f142b25558e2d3d89bee1e13b4 (patch) | |
tree | a84981a0afa815b7109b5544f5bf02a175c852eb /net-p2p/bitcoin-cli | |
parent | dev-util/bitcoin-tx: add knots support (diff) | |
download | gentoo-7ce3ffe447e8e0f142b25558e2d3d89bee1e13b4.tar.gz gentoo-7ce3ffe447e8e0f142b25558e2d3d89bee1e13b4.tar.bz2 gentoo-7ce3ffe447e8e0f142b25558e2d3d89bee1e13b4.zip |
net-p2p/bitcoin-cli: add knots support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-p2p/bitcoin-cli')
-rw-r--r-- | net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoin-cli/metadata.xml | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild index 84491e781f3d..2a4bdb7544d1 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 2010-2016 Gentoo Foundation +# Copyright 2010-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 BITCOINCORE_COMMITHASH="0d719145b018e28d48d35c2646a5962b87c60436" BITCOINCORE_LJR_DATE="20170102" -BITCOINCORE_IUSE="+ljr" +BITCOINCORE_IUSE="knots" inherit bash-completion-r1 bitcoincore DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to Bitcoin Core Daemon" diff --git a/net-p2p/bitcoin-cli/metadata.xml b/net-p2p/bitcoin-cli/metadata.xml index a686a21c5264..16e544a1d323 100644 --- a/net-p2p/bitcoin-cli/metadata.xml +++ b/net-p2p/bitcoin-cli/metadata.xml @@ -10,6 +10,7 @@ <name>Luke Dashjr</name> </maintainer> <use> + <flag name="knots">Build enhanced Bitcoin Knots version, rather than Bitcoin Core</flag> <flag name="ljr">Enable Luke Dashjr's patches</flag> </use> <upstream> |