Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/
Date: Wed, 05 Apr 2017 10:21:19
Message-Id: 1491387659.6c3f5ec83df721fba39b6251e7f18762bd84d128.xmw@gentoo
1 commit: 6c3f5ec83df721fba39b6251e7f18762bd84d128
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 10:18:31 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 10:20:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3f5ec8
7
8 dev-go/sanitized-anchor-name: add ~arm (bug 566732)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 .../sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild
17 index 6c2f0f54e80..3524b34619b 100644
18 --- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild
19 +++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.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 @@ -7,7 +7,7 @@ EGO_PN=github.com/shurcooL/sanitized_anchor_name
27 if [[ ${PV} = *9999* ]]; then
28 inherit golang-vcs
29 else
30 - KEYWORDS="amd64 ~arm64"
31 + KEYWORDS="amd64 ~arm ~arm64"
32 EGIT_COMMIT=10ef21a
33 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
34 inherit golang-vcs-snapshot