commit: 7d448371cea8623bcf482944a26cb7e6886f0696 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sat Jun 19 22:40:01 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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"
