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 2B5A81382C5 for ; Sat, 19 Jun 2021 22:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F9A3E0831; Sat, 19 Jun 2021 22:40:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 41F2CE0831 for ; Sat, 19 Jun 2021 22:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F1A3233BEA3 for ; Sat, 19 Jun 2021 22:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5610F7A4 for ; Sat, 19 Jun 2021 22:40:41 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1624142422.7d448371cea8623bcf482944a26cb7e6886f0696.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-ebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo-ebuild/cargo-ebuild-0.3.2.ebuild X-VCS-Directories: dev-util/cargo-ebuild/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 7d448371cea8623bcf482944a26cb7e6886f0696 X-VCS-Branch: master Date: Sat, 19 Jun 2021 22:40:41 +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: cc55635c-937d-4d05-a6de-60fe2280c066 X-Archives-Hash: 92acd655353538a8281a0d05f5b78f39 commit: 7d448371cea8623bcf482944a26cb7e6886f0696 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jun 19 22:40:01 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jun 19 22:40:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d448371 dev-util/cargo-ebuild: silence flag warning Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/cargo-ebuild/cargo-ebuild-0.3.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.3.2.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.3.2.ebuild index 68a34dcd0b8..9185acf5743 100644 --- a/dev-util/cargo-ebuild/cargo-ebuild-0.3.2.ebuild +++ b/dev-util/cargo-ebuild/cargo-ebuild-0.3.2.ebuild @@ -74,3 +74,5 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2 LICENSE="Apache-2.0 Boost-1.0 MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64" + +QA_FLAGS_IGNORED="usr/bin/cargo-ebuild"