Diff nitrocli-0.3.4 with a nitrocli-0.3.5

/usr/portage/app-crypt/nitrocli/nitrocli-0.3.5.ebuild 2023-10-09 14:52:28.240368319 +0300
6 6
CRATES="
7 7
aho-corasick-0.7.10
8 8
anyhow-1.0.32
9
arrayref-0.3.6
10
arrayvec-0.5.1
11
autocfg-1.0.0
9 12
base32-0.4.0
13
base64-0.11.0
10 14
bitflags-1.2.1
15
blake2b_simd-0.5.10
11 16
cc-1.0.50
12 17
cfg-if-0.1.10
13 18
clap-2.33.0
19
constant_time_eq-0.1.5
20
crossbeam-utils-0.7.2
21
directories-3.0.1
22
dirs-sys-0.3.5
23
envy-0.4.2
14 24
getrandom-0.1.14
15 25
heck-0.3.1
16 26
lazy_static-1.4.0
17 27
libc-0.2.69
18 28
memchr-2.3.3
19
nitrocli-0.3.4
29
merge-0.1.0
30
merge_derive-0.1.0
31
nitrocli-0.3.5
20 32
nitrokey-0.7.1
21 33
nitrokey-sys-3.5.0
22 34
nitrokey-test-0.4.0
23 35
nitrokey-test-state-0.1.0
36
num-traits-0.2.12
24 37
proc-macro-error-1.0.2
25 38
proc-macro-error-attr-1.0.2
26 39
proc-macro2-1.0.19
27 40
quote-1.0.3
28 41
rand_core-0.5.1
42
redox_syscall-0.1.57
43
redox_users-0.3.4
29 44
regex-1.3.7
30 45
regex-syntax-0.6.17
31
structopt-0.3.13
32
structopt-derive-0.4.6
46
rust-argon2-0.7.0
47
serde-1.0.114
48
serde_derive-1.0.114
49
structopt-0.3.17
50
structopt-derive-0.4.10
33 51
syn-1.0.36
34 52
syn-mid-0.5.0
35 53
textwrap-0.11.0
36 54
thread_local-1.0.1
55
toml-0.5.6
37 56
unicode-segmentation-1.6.0
38 57
unicode-width-0.1.7
39 58
unicode-xid-0.2.0
40 59
version_check-0.9.1
41 60
wasi-0.9.0+wasi-snapshot-preview1
61
winapi-0.3.9
62
winapi-i686-pc-windows-gnu-0.4.0
63
winapi-x86_64-pc-windows-gnu-0.4.0
42 64
"
43 65

  
44 66
inherit bash-completion-r1 cargo
......
47 69
HOMEPAGE="https://github.com/d-e-s-o/nitrocli.git"
48 70
SRC_URI="$(cargo_crate_uris ${CRATES})"
49 71

  
50
LICENSE="Apache-2.0 GPL-3+ LGPL-3 MIT"
72
LICENSE="Apache-2.0 BSD-2 CC0-1.0 GPL-3+ LGPL-3 MIT"
51 73
SLOT="0"
52
KEYWORDS="amd64 ~ppc64 x86"
74
KEYWORDS="~amd64 ~ppc64 ~x86"
53 75

  
54 76
DEPEND="
55 77
	dev-libs/hidapi
Thank you!