Diff userspace-rcu-0.13.2 with a userspace-rcu-0.14.0

/usr/portage/dev-libs/userspace-rcu/userspace-rcu-0.14.0.ebuild 2023-10-09 14:52:29.768368357 +0300
1
# Copyright 1999-2022 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
......
20 20
PATCHES=(
21 21
	"${FILESDIR}"/${PN}-0.13.1-tests-no-benchmark.patch
22 22
	"${FILESDIR}"/${PN}-0.13.1-loong.patch
23
	"${FILESDIR}"/${P}-c11.patch
24
	"${FILESDIR}"/${P}-noreturn.patch
23 25
)
24 26

  
25 27
src_prepare() {
......
44 46
	default
45 47

  
46 48
	emake -C tests/regression regtest
49

  
50
	# We don't run the benchmark tests.
51
	rm tests/benchmark/test-suite.log || die
47 52
}
48 53

  
49 54
src_install() {
Thank you!