Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
Date: Thu, 10 Aug 2017 04:40:21
Message-Id: 1502339907.2498e8c81143deff0b7706c553b609a22ec1ba79.maekke@gentoo
1 commit: 2498e8c81143deff0b7706c553b609a22ec1ba79
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 10 04:38:27 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 04:38:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2498e8c8
7
8 dev-go/siphash: arm stable, bug #626778
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-go/siphash/siphash-1.0.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
17 index 1b96d9db6ef..661097863e1 100644
18 --- a/dev-go/siphash/siphash-1.0.0.ebuild
19 +++ b/dev-go/siphash/siphash-1.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/dchest/siphash/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 DESCRIPTION="Go implementation of SipHash-2.4"
28 HOMEPAGE="https://github.com/dchest/siphash"
29
30 -KEYWORDS="~amd64 ~arm ~x86"
31 +KEYWORDS="~amd64 arm ~x86"
32
33 LICENSE="CC0-1.0"
34 SLOT="0"