From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBE381382C5 for ; Tue, 9 Jun 2020 13:20:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15152E08A0; Tue, 9 Jun 2020 13:20:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3DCFE08A0 for ; Tue, 9 Jun 2020 13:20:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD4D034F0D1 for ; Tue, 9 Jun 2020 13:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44ED5262 for ; Tue, 9 Jun 2020 13:20:14 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1591708812.86d39dda44f7f0719fa5a8e54b72d7411bee3441.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/hcloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/hcloud/hcloud-1.16.1.ebuild app-admin/hcloud/hcloud-1.16.2.ebuild X-VCS-Directories: app-admin/hcloud/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 86d39dda44f7f0719fa5a8e54b72d7411bee3441 X-VCS-Branch: master Date: Tue, 9 Jun 2020 13:20:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f964717d-63a9-426a-a5ac-0f448c917c27 X-Archives-Hash: 50c55046cf006e98c4911719d575fc1e commit: 86d39dda44f7f0719fa5a8e54b72d7411bee3441 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jun 9 13:19:48 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jun 9 13:20:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d39dda app-admin/hcloud: ignore QA notices since it is a go package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Agostino Sarubbo gentoo.org> app-admin/hcloud/hcloud-1.16.1.ebuild | 1 + app-admin/hcloud/hcloud-1.16.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-admin/hcloud/hcloud-1.16.1.ebuild b/app-admin/hcloud/hcloud-1.16.1.ebuild index d1a4f63efc5..b9a221da60b 100644 --- a/app-admin/hcloud/hcloud-1.16.1.ebuild +++ b/app-admin/hcloud/hcloud-1.16.1.ebuild @@ -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" diff --git a/app-admin/hcloud/hcloud-1.16.2.ebuild b/app-admin/hcloud/hcloud-1.16.2.ebuild index 4748be94a84..bdb4bb4366e 100644 --- a/app-admin/hcloud/hcloud-1.16.2.ebuild +++ b/app-admin/hcloud/hcloud-1.16.2.ebuild @@ -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"