diff options
author | 2019-04-15 01:40:42 +0200 | |
---|---|---|
committer | 2019-04-15 01:40:42 +0200 | |
commit | 0c52eca5a522be8bf5c43d2f4da043553dbf36ce (patch) | |
tree | 96dc41ba91cd196791da81ceb3ace97cdd27a780 /profiles | |
parent | sys-apps/texinfo: arm64 stable (bug #679174) (diff) | |
download | gentoo-0c52eca5a522be8bf5c43d2f4da043553dbf36ce.tar.gz gentoo-0c52eca5a522be8bf5c43d2f4da043553dbf36ce.tar.bz2 gentoo-0c52eca5a522be8bf5c43d2f4da043553dbf36ce.zip |
dev-libs/boost: Version bump to 1.70.0
* bzip2/lzma/zlib/zstd support can now be
disabled via USE flags explicitly.
* Upstream has fixed Boost.Python to finally
support building against multiple Python 3
implementations concurrently:
https://github.com/boostorg/python/commit/d4d41d94aecc
Going forward, Gentoo will stop modifying
the upstream build system for its multiple
implementations. This will lead to some
short-term pain, as the library pattern changes
from
libboost_python-3.6.so
to
libboost_python36.so
which is the canonical name used by upstream.
Changing this name should be avoided, as the
filename is also encoded as a macro in various
boost headers.
Bug: https://bugs.gentoo.org/631590
Closes: https://bugs.gentoo.org/653878
Closes: https://github.com/gentoo/gentoo/pull/11659
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64-fbsd/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask index 6bfb5adc51af..97ca81bb3800 100644 --- a/profiles/arch/amd64-fbsd/package.use.mask +++ b/profiles/arch/amd64-fbsd/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# David Seifert <soap@gentoo.org> (15 Apr 2019) +# app-arch/zstd is not keyworded. +dev-libs/boost zstd + # Hans de Graaff <graaff@gentoo.org> (08 Apr 2019) # Obsolete ruby version, no newer versions keyworded or stable. dev-vcs/subversion ruby diff --git a/profiles/package.mask b/profiles/package.mask index 633be5191380..20d2dfc77ced 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# David Seifert <soap@gentoo.org> (15 Apr 2019) +# Masked for testing, Bug #653878. +>=dev-libs/boost-1.70.0 +>=dev-util/boost-build-1.70.0 + # Patrice Clement <monsieurp@gentoo.org> (14 Apr 2019) # Old, unmaintained and sometimes abandoned Java libraries/programs. # Removal in 30 days. |