summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/bitcoind/ChangeLog5
-rw-r--r--net-p2p/bitcoind/bitcoind-0.8.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog
index 02999d0b57a5..7503024beceb 100644
--- a/net-p2p/bitcoind/ChangeLog
+++ b/net-p2p/bitcoind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/bitcoind
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.56 2013/02/19 12:20:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.57 2013/02/19 12:44:52 blueness Exp $
+
+ 19 Feb 2013; Anthony G. Basile <blueness@gentoo.org> bitcoind-0.8.0.ebuild:
+ Keyword ~arm since dev-libs/leveldb is now keyworded
*bitcoind-0.8.0 (19 Feb 2013)
diff --git a/net-p2p/bitcoind/bitcoind-0.8.0.ebuild b/net-p2p/bitcoind/bitcoind-0.8.0.ebuild
index 9ad3bb3a0356..418c2c0bcd5e 100644
--- a/net-p2p/bitcoind/bitcoind-0.8.0.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 2010-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.0.ebuild,v 1.1 2013/02/19 12:20:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.0.ebuild,v 1.2 2013/02/19 12:44:52 blueness Exp $
EAPI="4"
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyPN}-v
LICENSE="MIT ISC GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="examples ipv6 logrotate upnp"
RDEPEND="