commit: f1fbe9921ea383b5dc96bcd6579649a933d7225b Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 20:50:42 2025 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 20:54:58 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f1fbe992
release-userspace: bump PYTHON_COMPAT Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> gentoo/release-userspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo/release-userspace.sh b/gentoo/release-userspace.sh index 9532c250c..3bb93033f 100644 --- a/gentoo/release-userspace.sh +++ b/gentoo/release-userspace.sh @@ -90,7 +90,7 @@ updateLiveEbuilds() { sed -i "s@Copyright 1999-20.. Gentoo .*@Copyright 1999-$(date '+%Y') Gentoo Authors@" "${PN}-9999.ebuild" # Update PYTHON_COMPAT - sed -i '/^PYTHON_COMPAT/s/PYTHON_COMPAT=.*$/PYTHON_COMPAT=( python3_{8..10} )/' "${PN}-9999.ebuild" || die + sed -i '/^PYTHON_COMPAT/s/PYTHON_COMPAT=.*$/PYTHON_COMPAT=( python3_{10..12} )/' "${PN}-9999.ebuild" || die # no changes, skip [[ -z "$(git status --porcelain -- .)" ]] && continue