From ae560e96c0f73891530c2063ca6086a1a0de8827 Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Fri, 26 Jul 2024 12:19:28 +0200 Subject: [PATCH] add more system package debugging --- sau/gentoo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sau/gentoo.py b/sau/gentoo.py index fa8b55d..5083b67 100644 --- a/sau/gentoo.py +++ b/sau/gentoo.py @@ -117,6 +117,7 @@ def is_system_package(atom, eclasses): # sys-boot/ category should probably always be considered # system-packages if name.split('/')[0] == 'sys-boot': + log.debug(f"{name} is a sys-boot package") return True # libc-packages should be considered system-packages as they generally @@ -124,6 +125,7 @@ def is_system_package(atom, eclasses): # then just checking for specific packages here, but as far as I know there # are not many of them anyway... if re.search(r'^sys-libs/(glibc|musl)', name): + log.debug(f"{name} is a libc package") return True if any([