From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DDF3139085 for ; Mon, 19 Dec 2016 19:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B3B7E0E60; Mon, 19 Dec 2016 19:56:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26897E0E5C for ; Mon, 19 Dec 2016 19:56:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2447A340E7B for ; Mon, 19 Dec 2016 19:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7B6B24DC for ; Mon, 19 Dec 2016 19:56:45 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1482177386.896c0c84f92709e5e330f46d9ab7859e218a4ebb.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoind/bitcoind-0.13.1.ebuild X-VCS-Directories: net-p2p/bitcoind/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 896c0c84f92709e5e330f46d9ab7859e218a4ebb X-VCS-Branch: master Date: Mon, 19 Dec 2016 19:56:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3839b7e3-8488-4035-a1d8-9385ef598d62 X-Archives-Hash: 253d6ca59fde1d6c87c19d2a16a6c594 commit: 896c0c84f92709e5e330f46d9ab7859e218a4ebb Author: Tobias Klausmann gentoo org> AuthorDate: Mon Dec 19 19:56:26 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Dec 19 19:56:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896c0c84 net-p2p/bitcoind-0.13.1-r0: stable on amd64 Gentoo-Bug: 584982 net-p2p/bitcoind/bitcoind-0.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitcoind/bitcoind-0.13.1.ebuild b/net-p2p/bitcoind/bitcoind-0.13.1.ebuild index 8b6e167..48ae7da 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'