diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-12-24 11:23:12 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-12-24 11:23:12 +0100 |
commit | e6a5ed8f69497f0e2f30a05804670f06bbde06e6 (patch) | |
tree | 0864b075b664a3ad793669b978b9ede8bce706f5 /net-p2p | |
parent | net-p2p/bitcoin-qt: arm stable wrt bug #584982 (diff) | |
download | gentoo-e6a5ed8f69497f0e2f30a05804670f06bbde06e6.tar.gz gentoo-e6a5ed8f69497f0e2f30a05804670f06bbde06e6.tar.bz2 gentoo-e6a5ed8f69497f0e2f30a05804670f06bbde06e6.zip |
net-p2p/bitcoind: arm stable wrt bug #584982
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoind/bitcoind-0.13.1.ebuild b/net-p2p/bitcoind/bitcoind-0.13.1.ebuild index 9d796a07a0b3..d86b4d73c1ab 100644 --- a/net-p2p/bitcoind/bitcoind-0.13.1.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.13.1.ebuild @@ -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 ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux" pkg_setup() { local UG='bitcoin' |