diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-19 15:40:01 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-19 15:40:22 -0700 |
commit | 7d448371cea8623bcf482944a26cb7e6886f0696 (patch) | |
tree | a1f997620e5d83b7adafc857953291f382d52fda /dev-util/cargo-ebuild | |
parent | dev-util/cargo-ebuild: add 0.3.2 (diff) | |
download | gentoo-7d448371cea8623bcf482944a26cb7e6886f0696.tar.gz gentoo-7d448371cea8623bcf482944a26cb7e6886f0696.tar.bz2 gentoo-7d448371cea8623bcf482944a26cb7e6886f0696.zip |
dev-util/cargo-ebuild: silence flag warning
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/cargo-ebuild')
-rw-r--r-- | dev-util/cargo-ebuild/cargo-ebuild-0.3.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 68a34dcd0b8b..9185acf5743c 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" |