Сравнение catch-3.12.0 с catch-9999
| /usr/portage/dev-cpp/catch/catch-9999.ebuild 2025-10-08 18:21:09.895467077 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{11..14} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{10..13} )
|
|
| 7 | 7 | |
| 8 | 8 |
inherit cmake-multilib python-any-r1 |
| 9 | 9 | |
| ... | ... | |
| 15 | 15 |
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
|
| 16 | 16 |
S="${WORKDIR}/${MY_P}"
|
| 17 | 17 | |
| 18 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" |
|
| 18 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 19 | 19 |
fi |
| 20 | 20 | |
| 21 | 21 |
DESCRIPTION="Modern C++ header-only framework for unit-tests" |
| ... | ... | |
| 39 | 39 |
-DCATCH_BUILD_TESTING=$(usex test) |
| 40 | 40 |
) |
| 41 | 41 |
use test && mycmakeargs+=( |
| 42 |
-DPython3_EXECUTABLE="${PYTHON}"
|
|
| 42 |
-DPYTHON_EXECUTABLE="${PYTHON}"
|
|
| 43 | 43 |
) |
| 44 | 44 | |
| 45 | 45 |
cmake_src_configure |