diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-03-11 13:32:46 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-03-11 13:33:11 -0500 |
commit | fc7b2b1d81fdbfb40de819aff257083acd6c41fc (patch) | |
tree | 131ab25aee2de0c496a93ec031278847debaa7d8 /net-p2p/bitcoind/bitcoind-0.13.2.ebuild | |
parent | net-p2p/bitcoin-qt: add knots support (diff) | |
download | gentoo-fc7b2b1d81fdbfb40de819aff257083acd6c41fc.tar.gz gentoo-fc7b2b1d81fdbfb40de819aff257083acd6c41fc.tar.bz2 gentoo-fc7b2b1d81fdbfb40de819aff257083acd6c41fc.zip |
net-p2p/bitcoind: add knots support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-p2p/bitcoind/bitcoind-0.13.2.ebuild')
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.13.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoind/bitcoind-0.13.2.ebuild b/net-p2p/bitcoind/bitcoind-0.13.2.ebuild index f98a27f9c618..1c1405f7fcdf 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 |