commit: 62f9449a5a10b57c79244f3d96aec27d9716cf53 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon Jan 23 18:57:20 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Jan 23 18:57:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62f9449a
dev-python/cryptg: update QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/891731 Closes: https://bugs.gentoo.org/891733 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/cryptg/cryptg-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptg/cryptg-0.4.ebuild b/dev-python/cryptg/cryptg-0.4.ebuild index 82d9baee4..a25b13f6b 100644 --- a/dev-python/cryptg/cryptg-0.4.ebuild +++ b/dev-python/cryptg/cryptg-0.4.ebuild @@ -88,4 +88,4 @@ BDEPEND="dev-python/setuptools-rust" # rust does not use *FLAGS from make.conf, silence portage warning # update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_FLAGS_IGNORED="usr/lib/python3\..*/site-packages/cryptg/cryptg.cpython-.*.so"
