Diff sequoia-chameleon-gnupg-0.3.2-r1 with a sequoia-chameleon-gnupg-0.3.2-r2

/usr/portage/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.3.2-r2.ebuild 2023-10-09 14:52:28.244368319 +0300
20 20
	backtrace@0.3.67
21 21
	base64@0.13.1
22 22
	base64@0.21.0
23
	bindgen@0.57.0
23
	bindgen@0.63.0
24 24
	bit-set@0.5.3
25 25
	bit-vec@0.6.3
26 26
	bitflags@1.3.2
......
40 40
	capnp-rpc@0.14.1
41 41
	capnp@0.14.11
42 42
	cc@1.0.78
43
	cexpr@0.4.0
43
	cexpr@0.6.0
44 44
	cfg-if@0.1.10
45 45
	cfg-if@1.0.0
46 46
	chrono@0.4.23
......
181 181
	memoffset@0.7.1
182 182
	memsec@0.6.2
183 183
	mime@0.3.16
184
	minimal-lexical@0.2.1
184 185
	miniz_oxide@0.6.2
185 186
	mio@0.8.5
186 187
	native-tls@0.2.11
187
	nettle-sys@2.1.0
188
	nettle-sys@2.2.0
188 189
	nettle@7.2.2
189 190
	new_debug_unreachable@1.0.4
190 191
	nibble_vec@0.1.0
191 192
	nix@0.18.0
192
	nom@5.1.2
193
	nom@7.1.3
193 194
	ntest@0.9.0
194 195
	ntest_test_cases@0.9.0
195 196
	ntest_timeout@0.9.0
......
272 273
	serde_with_macros@3.0.0
273 274
	sha1collisiondetection@0.2.7
274 275
	sha2@0.9.9
275
	shlex@0.1.1
276
	shlex@1.2.0
276 277
	signature@1.6.4
277 278
	siphasher@0.3.10
278 279
	slab@0.4.7
......
405 406

  
406 407
QA_FLAGS_IGNORED="usr/bin/gpg-sq usr/bin/gpgv-sq"
407 408

  
409
PATCHES=(
410
	"${FILESDIR}"/${PN}-0.3.2-bump-crates.patch
411
)
412

  
408 413
llvm_check_deps() {
409 414
	has_version -b "sys-devel/clang:${LLVM_SLOT}"
410 415
}
Thank you!