diff options
author | Sam James <sam@gentoo.org> | 2023-08-26 04:06:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-26 04:06:34 +0100 |
commit | b2ec0a326279208ab3741c2d681e190c0b917846 (patch) | |
tree | 617006dc40e68dfc6a72234af05ab58d44509733 /dev-libs/boost | |
parent | dev-libs/pocl: add 4.0 (diff) | |
download | gentoo-b2ec0a326279208ab3741c2d681e190c0b917846.tar.gz gentoo-b2ec0a326279208ab3741c2d681e190c0b917846.tar.bz2 gentoo-b2ec0a326279208ab3741c2d681e190c0b917846.zip |
dev-libs/boost: add note wrt upstream patches
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.83.0-r1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-libs/boost/boost-1.83.0-r1.ebuild b/dev-libs/boost/boost-1.83.0-r1.ebuild index 35d18d9b0b0e..939e9e431ee5 100644 --- a/dev-libs/boost/boost-1.83.0-r1.ebuild +++ b/dev-libs/boost/boost-1.83.0-r1.ebuild @@ -3,6 +3,12 @@ EAPI=8 +# Keep an eye on both of these after releases for patches: +# * https://www.boost.org/patches/ +# * https://www.boost.org/users/history/version_${MY_PV}.html +# (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} ) inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal |