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/go-text/
Date: Tue, 23 Aug 2016 19:04:19
Message-Id: 1471979037.e980204d59ace72f5c8f9d59b409b863588e56a9.maekke@gentoo
1 commit: e980204d59ace72f5c8f9d59b409b863588e56a9
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 19:03:57 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 19:03:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e980204d
7
8 dev-go/go-text: add ~arm, bug #590774
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="arm"
12
13 dev-go/go-text/go-text-0_pre20160211.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-go/go-text/go-text-0_pre20160211.ebuild b/dev-go/go-text/go-text-0_pre20160211.ebuild
17 index 151ca4b..9b7510b 100644
18 --- a/dev-go/go-text/go-text-0_pre20160211.ebuild
19 +++ b/dev-go/go-text/go-text-0_pre20160211.ebuild
20 @@ -10,7 +10,7 @@ EGO_SRC=golang.org/x/text
21 if [[ ${PV} = *9999* ]]; then
22 inherit golang-vcs
23 else
24 - KEYWORDS="~amd64"
25 + KEYWORDS="~amd64 ~arm"
26 EGIT_COMMIT="07b9a78963006a15c538ec5175243979025fa7a8"
27 SRC_URI="https://github.com/golang/text/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
28 inherit golang-vcs-snapshot