Diff rr-5.6.0-r4 with a rr-5.7.0
/usr/portage/dev-util/rr/rr-5.7.0.ebuild 2023-10-09 14:52:30.996368388 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
7 | 7 |
CMAKE_BUILD_TYPE=Release |
8 | 8 | |
9 | 9 |
inherit cmake linux-info python-single-r1 |
... | ... | |
43 | 43 | |
44 | 44 |
RESTRICT="test" # toolchain and kernel version dependent |
45 | 45 | |
46 |
PATCHES=( |
|
47 |
"${FILESDIR}"/${P}-linux-headers-6.0.patch |
|
48 |
"${FILESDIR}"/${P}-tests-clang16.patch |
|
49 |
"${FILESDIR}"/${P}-gcc13.patch |
|
50 |
"${FILESDIR}"/${P}-gcc13-workaround.patch |
|
51 |
) |
|
52 | ||
53 | 46 |
pkg_setup() { |
54 | 47 |
if use kernel_linux; then |
55 | 48 |
CONFIG_CHECK="SECCOMP" |