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 3A395138330 for ; Tue, 30 Aug 2016 20:11:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13E3121C038; Tue, 30 Aug 2016 20:11:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AF2F121C038 for ; Tue, 30 Aug 2016 20:11:51 +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 ECA0A33D3C2 for ; Tue, 30 Aug 2016 20:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28CF6245C for ; Tue, 30 Aug 2016 20:11:48 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1472587859.c31122ece92d6c2a2c8e784c86d117dc8520f822.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/siphash/siphash-1.0.0.ebuild X-VCS-Directories: dev-go/siphash/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c31122ece92d6c2a2c8e784c86d117dc8520f822 X-VCS-Branch: master Date: Tue, 30 Aug 2016 20:11:48 +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: bba52cb1-5d44-45ff-977c-bd830d521a8e X-Archives-Hash: e878f1c83fa01ee46701402af2fa83da commit: c31122ece92d6c2a2c8e784c86d117dc8520f822 Author: Markus Meier gentoo org> AuthorDate: Tue Aug 30 20:10:59 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Aug 30 20:10:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31122ec dev-go/siphash: add ~arm, bug #590778 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" dev-go/siphash/siphash-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild index 4a59f04..e3fd7e9 100644 --- a/dev-go/siphash/siphash-1.0.0.ebuild +++ b/dev-go/siphash/siphash-1.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/dchest/siphash/archive/v${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Go implementation of SipHash-2.4" HOMEPAGE="https://github.com/dchest/siphash" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" LICENSE="CC0-1.0" SLOT="0"