Diff opentelemetry-cpp-1.4.0 with a opentelemetry-cpp-1.6.0

/usr/portage/dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.6.0.ebuild 2023-10-09 14:52:29.308368346 +0300
14 14

  
15 15
LICENSE="Apache-2.0"
16 16
SLOT="0"
17
KEYWORDS="~amd64 ~arm64"
17
KEYWORDS="amd64 ~arm64"
18 18
IUSE="+jaeger prometheus test"
19 19

  
20 20
RDEPEND="
......
34 34

  
35 35
PATCHES=(
36 36
	# remove tests the need network
37
	"${FILESDIR}/opentelemetry-cpp-1.3.0-tests.patch"
37
	"${FILESDIR}/opentelemetry-cpp-1.5.0-tests.patch"
38
	# bug #865029
39
	"${FILESDIR}/opentelemetry-cpp-1.6.0-dont-install-nosend.patch"
38 40
)
39 41

  
40 42
src_configure() {
Thank you!