Skip to content

Commit

Permalink
dev-go/get-ego-vendor: keyword on ~ppc64
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Feb 15, 2020
1 parent 663a02b commit 8063b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-go/get-ego-vendor/get-ego-vendor-0.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Copyright 2019 Gentoo Authors
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit go-module

DESCRIPTION="Utility to generate EGO_VENDOR data for ebuilds"
HOMEPAGE="http://github.com/williamh/get-ego-vendor"
HOMEPAGE="https://github.com/williamh/get-ego-vendor"
SRC_URI="https://github.com/williamh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc64"

src_compile () {
go build || die
Expand Down

0 comments on commit 8063b50

Please sign in to comment.