Skip to content

Commit

Permalink
dev-go/go-md2man: 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 1d80cb4 commit 7ecc6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-go/go-md2man/go-md2man-1.0.3.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/cpuguy83/go-md2man
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
EGIT_COMMIT=v${PV}
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
Expand Down

0 comments on commit 7ecc6ae

Please sign in to comment.