From 9c10faa88620b320bf4cc88cde844a5bae0d49f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Oszk=C3=A1r=20D=C3=A9nes?= Date: Wed, 6 Apr 2022 19:28:04 +0200 Subject: [PATCH] dev-python/retworkx: fix CFLAGS/LDFLAGS QA notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/836800 Closes: https://bugs.gentoo.org/836801 Signed-off-by: Gábor Oszkár Dénes --- dev-python/retworkx/retworkx-0.11.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/retworkx/retworkx-0.11.0.ebuild b/dev-python/retworkx/retworkx-0.11.0.ebuild index c941326a3d..107fcce5fc 100644 --- a/dev-python/retworkx/retworkx-0.11.0.ebuild +++ b/dev-python/retworkx/retworkx-0.11.0.ebuild @@ -99,6 +99,9 @@ RDEPEND=">=dev-python/numpy-1.16.0" distutils_enable_tests pytest +# Libraries built with rust do not use CFLAGS and LDFLAGS. +QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/retworkx/retworkx.*\\.so" + python_test() { # We have to hide the source code directory so tests # do not use these, but instead the compiled library.