From the v8.0.0 release notes (see URL): * The webassets library is no longer required, we now manually bundle files (Issue #3074) So that dependency could be dropped, along with the assets USE flag. Note that webassets currently prevents updating nikola's PYTHON_COMPAT for 3_10.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0141627b12f5068355e50cb7683c02aec74f666 commit f0141627b12f5068355e50cb7683c02aec74f666 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2022-05-31 18:46:47 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2022-05-31 18:47:03 +0000 www-apps/nikola: Drop dependency on dev-python/webassets Add python3_10 to PYTHON_COMPAT. Closes: https://bugs.gentoo.org/846479 Signed-off-by: Ulrich Müller <ulm@gentoo.org> www-apps/nikola/nikola-8.2.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)