diff options
author | 2024-09-30 07:27:13 +0100 | |
---|---|---|
committer | 2024-10-03 10:23:25 +0100 | |
commit | 97ab8c0304515a519c3802603347118cbf25d85e (patch) | |
tree | 4b33e822b7756c6e04df9b96b7fb9654d2677c15 /dev-libs/boost | |
parent | app-emulation/virt-manager: Add py3_13 (diff) | |
download | gentoo-97ab8c0304515a519c3802603347118cbf25d85e.tar.gz gentoo-97ab8c0304515a519c3802603347118cbf25d85e.tar.bz2 gentoo-97ab8c0304515a519c3802603347118cbf25d85e.zip |
dev-libs/boost: enable py3.13
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.85.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.86.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.85.0-r1.ebuild b/dev-libs/boost/boost-1.85.0-r1.ebuild index 3df47c7701b0..5fbb19f51083 100644 --- a/dev-libs/boost/boost-1.85.0-r1.ebuild +++ b/dev-libs/boost/boost-1.85.0-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 # FIXME: cleanup subslot after 1.85.0 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal diff --git a/dev-libs/boost/boost-1.86.0-r1.ebuild b/dev-libs/boost/boost-1.86.0-r1.ebuild index fc1acbc2b0ee..5739543a2b86 100644 --- a/dev-libs/boost/boost-1.86.0-r1.ebuild +++ b/dev-libs/boost/boost-1.86.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal |