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 0B64A139083 for ; Sat, 16 Dec 2017 08:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0812E0ED2; Sat, 16 Dec 2017 08:20:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0558E0ED2 for ; Sat, 16 Dec 2017 08:20:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE81B33BF3C for ; Sat, 16 Dec 2017 08:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C01B7AE98 for ; Sat, 16 Dec 2017 08:20:26 +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: <1513412395.4fbe5524d60b2920f2469a0020ba710401f36f54.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 4fbe5524d60b2920f2469a0020ba710401f36f54 X-VCS-Branch: master Date: Sat, 16 Dec 2017 08:20:26 +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: bc2e7216-7785-403d-bf1b-e4c4244af028 X-Archives-Hash: b14abaf7000f6c1acf0d157d8e148a01 commit: 4fbe5524d60b2920f2469a0020ba710401f36f54 Author: Tobias Klausmann gentoo org> AuthorDate: Sat Dec 16 08:19:55 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sat Dec 16 08:19:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbe5524 dev-go/siphash-1.0.0-r0: amd64 stable Gentoo-Bug: http://bugs.gentoo.org/626778 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 c047c565485..8fa94547141 100644 --- a/dev-go/siphash/siphash-1.0.0.ebuild +++ b/dev-go/siphash/siphash-1.0.0.ebuild @@ -13,7 +13,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 arm x86" +KEYWORDS="amd64 arm x86" LICENSE="CC0-1.0" SLOT="0"