diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-02-19 12:44:52 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-02-19 12:44:52 +0000 |
commit | 9cfee51f274931a9c1278805a3cd3670f56221b7 (patch) | |
tree | 37476d661702e8cff76b541d6ff0fec5a0381cde /net-p2p | |
parent | Keyword ~arm for net-p2p/bitcoin{d,-qt} (diff) | |
download | gentoo-2-9cfee51f274931a9c1278805a3cd3670f56221b7.tar.gz gentoo-2-9cfee51f274931a9c1278805a3cd3670f56221b7.tar.bz2 gentoo-2-9cfee51f274931a9c1278805a3cd3670f56221b7.zip |
Keyword ~arm since dev-libs/leveldb is now keyworded
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoind/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.8.0.ebuild | 4 |
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=" |