Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 813049
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- gentoo/dev-libs/boost/boost-1.77.0-r2.ebuild.orig
0
++ gentoo/dev-libs/boost/boost-1.77.0-r2.ebuild
Lines 19-25 Link Here
19
LICENSE="Boost-1.0"
19
LICENSE="Boost-1.0"
20
SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
20
SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
21
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
21
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
22
IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd"
22
IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python static-libs tools zlib zstd"
23
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
23
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
24
# the tests will never fail because these are not intended as sanity
24
# the tests will never fail because these are not intended as sanity
25
# tests at all. They are more a way for upstream to check their own code
25
# tests at all. They are more a way for upstream to check their own code
Lines 175-181 Link Here
175
		# building with threading=single is currently not possible
175
		# building with threading=single is currently not possible
176
		# https://svn.boost.org/trac/boost/ticket/7105
176
		# https://svn.boost.org/trac/boost/ticket/7105
177
		threading=multi
177
		threading=multi
178
		link=shared
178
		link=$(usex static-libs shared,static shared)
179
		# this seems to be the only way to disable compression algorithms
179
		# this seems to be the only way to disable compression algorithms
180
		# https://www.boost.org/doc/libs/1_70_0/libs/iostreams/doc/installation.html#boost-build
180
		# https://www.boost.org/doc/libs/1_70_0/libs/iostreams/doc/installation.html#boost-build
181
		-sNO_BZIP2=$(usex bzip2 0 1)
181
		-sNO_BZIP2=$(usex bzip2 0 1)

Return to bug 813049