diff options
author | 2016-12-20 10:07:35 +0100 | |
---|---|---|
committer | 2016-12-20 10:07:54 +0100 | |
commit | bc8f9b9e823f31aabd5704108c0fe5aabb345e08 (patch) | |
tree | 81ec1f7119801adadff36b207fa25f3a27f51130 /net-p2p | |
parent | net-p2p/bitcoin-qt: x86 stable wrt bug #584982 (diff) | |
download | gentoo-bc8f9b9e823f31aabd5704108c0fe5aabb345e08.tar.gz gentoo-bc8f9b9e823f31aabd5704108c0fe5aabb345e08.tar.bz2 gentoo-bc8f9b9e823f31aabd5704108c0fe5aabb345e08.zip |
net-p2p/bitcoind: x86 stable wrt bug #584982
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
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 48ae7daca70a..9d796a07a0b3 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' |