This package does not support python 3.13, which is now the default version of python on Gentoo. This bug mirrors https://bugs.gentoo.org/933461 (which was for 3.12) Reproducible: Always Steps to Reproduce: 1. Try to emerge apparmor-utils without setting python version 2. 3. Actual Results: # emerge -1 sys-apps/apparmor-utils Calculating dependencies / !!! Problem resolving dependencies for sys-apps/apparmor-utils ... done! Dependency resolution took 0.55 s (backtrack: 0/20). !!! The ebuild selected to satisfy "sys-apps/apparmor-utils" has unmet requirements. - sys-apps/apparmor-utils-3.1.4-r1::gentoo USE="" PYTHON_TARGETS="-python3_11 -python3_12" The following REQUIRED_USE flag constraints are unsatisfied: any-of ( python_targets_python3_11 python_targets_python3_12 ) Expected Results: installing apparmor-utils Workaround by adding the following to package.use: sys-apps/apparmor-utils PYTHON_TARGETS: python3_12 python3_13
Either this is a duplicate or it could be repurposed for a stabilization request. *** This bug has been marked as a duplicate of bug 952709 ***
Filed bug 955805 for that.
Ah, sorry about that, my search skills failed me. It seems I just need to upgrade to apparmor 4. Thank you!