Diff aws-c-common-0.4.62 with a aws-c-common-0.5.2

/usr/portage/dev-libs/aws-c-common/aws-c-common-0.5.2.ebuild 2023-10-09 14:52:29.488368350 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
16 16

  
17 17
RESTRICT="!test? ( test )"
18 18

  
19
BDEPEND="
20
	|| (
21
		>dev-util/cmake-3.19.1
22
		<dev-util/cmake-3.19.0
23
	)
24
"
25

  
26 19
PATCHES=(
27
	"${FILESDIR}"/${PN}-0.4.57-remove-Werror-CFLAG.patch
20
	"${FILESDIR}"/${P}-remove-Werror-CFLAG.patch
28 21
)
29 22

  
30 23
src_configure() {
Thank you!