sys-apps/selinux-python: add missing local

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-07-05 14:10:35 +01:00
parent 82762f48de
commit 37e52eefb2
2 changed files with 2 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ python_test() {
# PYTHONPATH, so they get actually found and used. In
# particular, already installed versions on the system are not
# used.
local dir
for dir in audit2allow chcat semanage sepolgen/src sepolicy ; do
PYTHONPATH="${S}/${dir}:${PYTHONPATH}"
done

View File

@@ -82,6 +82,7 @@ python_test() {
# PYTHONPATH, so they get actually found and used. In
# particular, already installed versions on the system are not
# used.
local dir
for dir in audit2allow chcat semanage sepolgen/src sepolicy ; do
PYTHONPATH="${S}/${dir}:${PYTHONPATH}"
done