diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-14 19:41:34 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-14 19:41:34 +0000 |
commit | 641cacef68d8b973e4d92fc4033a4d4140c44da1 (patch) | |
tree | 0c2d1f0c31e898eb5391a9f8cab779fe6094407b /net-p2p | |
parent | Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux (diff) | |
download | gentoo-2-641cacef68d8b973e4d92fc4033a4d4140c44da1.tar.gz gentoo-2-641cacef68d8b973e4d92fc4033a4d4140c44da1.tar.bz2 gentoo-2-641cacef68d8b973e4d92fc4033a4d4140c44da1.zip |
Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoind/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog index 87603c444025..c3ed30de9ddc 100644 --- a/net-p2p/bitcoind/ChangeLog +++ b/net-p2p/bitcoind/ChangeLog @@ -1,6 +1,10 @@ # 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.103 2015/03/04 00:11:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.104 2015/03/14 19:41:34 blueness Exp $ + + 14 Mar 2015; Anthony G. Basile <blueness@gentoo.org> + bitcoind-0.10.0-r1.ebuild: + Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux *bitcoind-0.10.0-r1 (04 Mar 2015) diff --git a/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild b/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild index 13155130c56a..56e30b0bfe88 100644 --- a/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild @@ -1,11 +1,11 @@ # 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-r1.ebuild,v 1.1 2015/03/04 00:11:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild,v 1.2 2015/03/14 19:41:34 blueness Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" -BITCOINCORE_LJR_DATE="20150220" +BITCOINCORE_LJR_DATE="20150311" BITCOINCORE_IUSE="examples ljr logrotate test upnp +wallet xt zeromq" BITCOINCORE_POLICY_PATCHES="cpfp dcmp rbf spamfilter" BITCOINCORE_NEED_LEVELDB=1 @@ -15,7 +15,7 @@ inherit bash-completion-r1 bitcoincore user systemd DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" logrotate? ( |