Diff aws-c-event-stream-0.2.5-r1 with a aws-c-event-stream-0.2.7

/usr/portage/dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.7.ebuild 2023-10-09 14:52:29.488368350 +0300
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
DEPEND="
27
	>=dev-libs/aws-c-common-0.4.62:=[static-libs=]
28
	>=dev-libs/aws-c-io-0.7.0:=[static-libs=]
20
	>=dev-libs/aws-c-common-0.5.2:=[static-libs=]
21
	>=dev-libs/aws-c-io-0.9.2:=[static-libs=]
29 22
	>=dev-libs/aws-checksums-0.1.10:=[static-libs=]
30 23
"
31 24

  
Thank you!