dev-python/orjson: fix QA flags glob

Closes: https://bugs.gentoo.org/843884
Closes: https://bugs.gentoo.org/843887
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-12 19:12:48 +02:00
parent 975334245b
commit 5a4866342c

View File

@@ -34,7 +34,7 @@ CRATES="
"
DISTUTILS_USE_PEP517=maturin
PYTHON_COMPAT=( python3_{8..9} )
QA_FLAGS_IGNORED="*"
QA_FLAGS_IGNORED=".*"
inherit cargo distutils-r1