diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-27 14:21:35 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-27 14:21:35 +0000 |
commit | 4d37fd029dbe2754e009a727b89209c29c395530 (patch) | |
tree | 67f1ba876d3ad9fedd38552976e3ed5f2a61ff5d /net-p2p | |
parent | Version BUmp, #532906; fix missing slot Operators and inherits (diff) | |
download | gentoo-2-4d37fd029dbe2754e009a727b89209c29c395530.tar.gz gentoo-2-4d37fd029dbe2754e009a727b89209c29c395530.tar.bz2 gentoo-2-4d37fd029dbe2754e009a727b89209c29c395530.zip |
Disable add-on patches
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoind/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog index 8f8b13dbb745..e0695c443c23 100644 --- a/net-p2p/bitcoind/ChangeLog +++ b/net-p2p/bitcoind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bitcoind # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.99 2015/02/25 05:35:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.100 2015/02/27 14:21:35 dilfridge Exp $ + + 27 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> bitcoind-0.10.0.ebuild: + Disable add-on patches 25 Feb 2015; Patrick Lauer <patrick@gentoo.org> bitcoind-0.10.0.ebuild: Add missing dep diff --git a/net-p2p/bitcoind/bitcoind-0.10.0.ebuild b/net-p2p/bitcoind/bitcoind-0.10.0.ebuild index 39825e123093..506f99bed8ea 100644 --- a/net-p2p/bitcoind/bitcoind-0.10.0.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.10.0.ebuild @@ -1,13 +1,13 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v 1.3 2015/02/25 05:35:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v 1.4 2015/02/27 14:21:35 dilfridge Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" BITCOINCORE_LJR_DATE="20150220" BITCOINCORE_IUSE="examples +ljr logrotate test upnp +wallet xt zeromq" -BITCOINCORE_POLICY_PATCHES="+cpfp +dcmp rbf spamfilter" +BITCOINCORE_POLICY_PATCHES="cpfp dcmp rbf spamfilter" inherit bash-completion-r1 bitcoincore user systemd DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services" |