Сравнение msgpack-cxx-6.0.0 с msgpack-cxx-6.1.0
| /usr/portage/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.0.ebuild 2024-07-02 13:51:43.921851456 +0300 | ||
|---|---|---|
| 11 | 11 | |
| 12 | 12 |
LICENSE="Boost-1.0" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos" |
|
| 14 |
KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos" |
|
| 15 | 15 |
IUSE="+boost doc examples test" |
| 16 | 16 | |
| 17 | 17 |
REQUIRED_USE="test? ( boost )" |
| ... | ... | |
| 24 | 24 |
BDEPEND="doc? ( app-text/doxygen[dot] ) |
| 25 | 25 |
test? ( sys-libs/zlib )" |
| 26 | 26 | |
| 27 |
PATCHES=( |
|
| 28 |
"${FILESDIR}"/"${PN}"-6.0.0-gcc13.patch
|
|
| 29 |
) |
|
| 30 | ||
| 31 | 27 |
src_configure() {
|
| 32 | 28 |
local mycmakeargs=( |
| 33 | 29 |
-DMSGPACK_BUILD_EXAMPLES=OFF |