commit:     6e5e238b6a395926278edfa66744057022e30ea7
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 19:54:37 2023 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 19:55:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5e238b

dev-util/ruff: Fix QA_FLAGS_IGNORED regex

Closes: https://bugs.gentoo.org/895972
Closes: https://bugs.gentoo.org/895974
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-util/ruff/ruff-0.0.252.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ruff/ruff-0.0.252.ebuild 
b/dev-util/ruff/ruff-0.0.252.ebuild
index b0c70b030c83..060390bbcc30 100644
--- a/dev-util/ruff/ruff-0.0.252.ebuild
+++ b/dev-util/ruff/ruff-0.0.252.ebuild
@@ -359,7 +359,7 @@ BDEPEND="
 
 # 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/ruff usr/lib*/libruff.so"
+QA_FLAGS_IGNORED="usr/bin/ruff usr/lib.*/libruff.so"
 
 # haven't been able to figure out how to get tests working yet
 RESTRICT=test

Reply via email to