Skip to content

Commit

Permalink
dev-go/blackfriday: add ~arm64 keyword
Browse files Browse the repository at this point in the history
Tested on X-C1 with dev-lang/go-1.6-r2

Package-Manager: portage-2.2.27
  • Loading branch information
Steev Klimaszewski committed Feb 27, 2016
1 parent 9426c21 commit 83b5eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -8,7 +8,7 @@ EGO_PN=github.com/russross/${PN}
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
EGIT_COMMIT="8cec3a8"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
Expand Down

0 comments on commit 83b5eba

Please sign in to comment.