commit: 4e2e1672b810869dca483b873e6405d749de623b Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Sun Dec 7 08:08:50 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Dec 7 21:36:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2e1672
dev-libs/boost: enable py3.14 in keyworded version Given working tests, we don't need to rely on pure compile-testing. And making a version with actual keywords compatible, means other packages can actually use it. Fixes: 67611dc0fd8c8642e24c2a4f575521159c1a02bf Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-libs/boost/boost-1.88.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.88.0-r1.ebuild b/dev-libs/boost/boost-1.88.0-r1.ebuild index 0b6286d4695a..e4a073013cda 100644 --- a/dev-libs/boost/boost-1.88.0-r1.ebuild +++ b/dev-libs/boost/boost-1.88.0-r1.ebuild @@ -9,7 +9,7 @@ EAPI=8 # (e.g. https://www.boost.org/users/history/version_1_83_0.html) # Note that the latter may sometimes feature patches not on the former too. -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit dot-a edo flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal
