commit: fc7b2b1d81fdbfb40de819aff257083acd6c41fc
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 18:32:46 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 18:33:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7b2b1d
net-p2p/bitcoind: add knots support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-p2p/bitcoind/bitcoind-0.13.2.ebuild | 4 ++--
net-p2p/bitcoind/metadata.xml | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-p2p/bitcoind/bitcoind-0.13.2.ebuild
b/net-p2p/bitcoind/bitcoind-0.13.2.ebuild
index f98a27f9c61..1c1405f7fcd 100644
--- a/net-p2p/bitcoind/bitcoind-0.13.2.ebuild
+++ b/net-p2p/bitcoind/bitcoind-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="examples ljr test upnp +wallet zeromq"
+BITCOINCORE_IUSE="examples knots test upnp +wallet zeromq"
BITCOINCORE_POLICY_PATCHES="+rbf spamfilter"
BITCOINCORE_NEED_LEVELDB=1
BITCOINCORE_NEED_LIBSECP256K1=1
diff --git a/net-p2p/bitcoind/metadata.xml b/net-p2p/bitcoind/metadata.xml
index 542e126e187..6e41107bf2c 100644
--- a/net-p2p/bitcoind/metadata.xml
+++ b/net-p2p/bitcoind/metadata.xml
@@ -12,6 +12,7 @@
<use>
<flag name="bitcoin_policy_rbf">Replace By Fee policy: Your
node will preferentially mine and relay transactions paying the highest fee,
regardless of receive order</flag>
<flag name="bitcoin_policy_spamfilter">Enhanced spam filter
policy: Notorious spammers will not be assisted by your node</flag>
+ <flag name="knots">Build enhanced Bitcoin Knots version, rather
than Bitcoin Core</flag>
<flag name="ljr">Enable Luke Dashjr's patches</flag>
<flag name="upnp">Enable Universal Plug and Play</flag>
<flag name="wallet">Enable wallet support</flag>