Skip to content

Commit

Permalink
app-admin/hcloud: ignore QA notices since it is a go package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Agostino Sarubbo <[email protected]>
  • Loading branch information
asarubbo committed Jun 9, 2020
1 parent 2a4da57 commit 86d39dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-admin/hcloud/hcloud-1.16.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ KEYWORDS="amd64"
IUSE=""
DEPEND="dev-lang/go:="
RESTRICT="strip"
QA_FLAGS_IGNORED=".*"

src_compile() {
go build -mod vendor -o ${PN} -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${PV}-gentoo" ./cmd/${PN} || die "build failed"
Expand Down
1 change: 1 addition & 0 deletions app-admin/hcloud/hcloud-1.16.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-lang/go:="
RESTRICT="strip"
QA_FLAGS_IGNORED=".*"

src_compile() {
go build -mod vendor -o ${PN} -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${PV}-gentoo" ./cmd/${PN} || die "build failed"
Expand Down

0 comments on commit 86d39dd

Please sign in to comment.