Gentoo Archives: gentoo-commits

From: Stephen Klimaszewski <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/
Date: Sat, 27 Feb 2016 18:51:59
Message-Id: 1456599095.83b5eba7f52840813481372a2a84b0276150abf7.steev@gentoo
1 commit: 83b5eba7f52840813481372a2a84b0276150abf7
2 Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 18:51:35 2016 +0000
4 Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 18:51:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b5eba7
7
8 dev-go/blackfriday: add ~arm64 keyword
9
10 Tested on X-C1 with dev-lang/go-1.6-r2
11
12 Package-Manager: portage-2.2.27
13
14 dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild b/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
18 index e22ccf5..677dcd4 100644
19 --- a/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
20 +++ b/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -8,7 +8,7 @@ EGO_PN=github.com/russross/${PN}
28 if [[ ${PV} = *9999* ]]; then
29 inherit golang-vcs
30 else
31 - KEYWORDS="~amd64"
32 + KEYWORDS="~amd64 ~arm64"
33 EGIT_COMMIT="8cec3a8"
34 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
35 inherit golang-vcs-snapshot