Сравнение catch-1.12.2-r2 с catch-1.9999
| /usr/portage/dev-cpp/catch/catch-1.9999.ebuild 2023-10-09 14:52:29.300368345 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 12 | 12 |
else |
| 13 | 13 |
MY_P=${PN^}-${PV}
|
| 14 | 14 |
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
|
| 15 |
KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86" |
|
| 15 |
KEYWORDS="~amd64 ~ppc64 ~x86" |
|
| 16 | 16 | |
| 17 | 17 |
S="${WORKDIR}/${PN^}2-${PV}"
|
| 18 | 18 |
fi |
| ... | ... | |
| 25 | 25 |
IUSE="test" |
| 26 | 26 |
RESTRICT="!test? ( test )" |
| 27 | 27 | |
| 28 |
PATCHES=( |
|
| 29 |
"${FILESDIR}"/${PN}-1.12.2-glibc-2.34-sigstksz.patch
|
|
| 30 |
) |
|
| 31 | ||
| 32 | 28 |
src_configure() {
|
| 33 | 29 |
local mycmakeargs=( |
| 34 | 30 |
-DNO_SELFTEST=$(usex !test) |