Сравнение eza-0.13.0 с eza-0.13.1
/usr/portage/sys-apps/eza/eza-0.13.1.ebuild 2023-10-09 14:52:35.368368498 +0300 | ||
---|---|---|
22 | 22 |
cast@0.3.0 |
23 | 23 |
cc@1.0.79 |
24 | 24 |
cfg-if@1.0.0 |
25 |
chrono@0.4.30 |
|
25 |
chrono@0.4.31 |
|
26 | 26 |
ciborium-io@0.2.1 |
27 | 27 |
ciborium-ll@0.2.1 |
28 | 28 |
ciborium@0.2.1 |
... | ... | |
47 | 47 |
fastrand@2.0.0 |
48 | 48 |
filetime@0.2.22 |
49 | 49 |
form_urlencoded@1.0.1 |
50 |
gethostname@0.4.3 |
|
51 | 50 |
git2@0.18.0 |
52 | 51 |
glob@0.3.1 |
53 | 52 |
half@1.8.2 |
... | ... | |
59 | 58 |
iana-time-zone@0.1.57 |
60 | 59 |
idna@0.2.3 |
61 | 60 |
indexmap@2.0.0 |
62 |
io-lifetimes@1.0.11 |
|
63 | 61 |
is-terminal@0.4.9 |
64 | 62 |
itertools@0.10.5 |
65 | 63 |
itoa@1.0.9 |
66 | 64 |
jobserver@0.1.22 |
67 | 65 |
js-sys@0.3.64 |
68 | 66 |
lazy_static@1.4.0 |
69 |
libc@0.2.147 |
|
67 |
libc@0.2.148 |
|
70 | 68 |
libgit2-sys@0.16.1+1.7.1 |
71 | 69 |
libz-sys@1.1.2 |
72 |
linux-raw-sys@0.3.8 |
|
73 | 70 |
linux-raw-sys@0.4.7 |
74 | 71 |
locale@0.2.2 |
75 | 72 |
log@0.4.20 |
... | ... | |
87 | 84 |
openssl-sys@0.9.61 |
88 | 85 |
os_pipe@1.1.4 |
89 | 86 |
partition-identity@0.3.0 |
90 |
percent-encoding@2.1.0 |
|
87 |
percent-encoding@2.3.0 |
|
91 | 88 |
phf@0.11.2 |
92 | 89 |
phf_generator@0.11.2 |
93 | 90 |
phf_macros@0.11.2 |
... | ... | |
108 | 105 |
regex-automata@0.3.8 |
109 | 106 |
regex-syntax@0.7.5 |
110 | 107 |
regex@1.9.5 |
111 |
rustix@0.37.23 |
|
112 | 108 |
rustix@0.38.13 |
113 | 109 |
ryu@1.0.15 |
114 | 110 |
same-file@1.0.6 |
... | ... | |
126 | 122 |
syn@2.0.29 |
127 | 123 |
tempfile@3.8.0 |
128 | 124 |
term_grid@0.1.7 |
129 |
terminal_size@0.2.6 |
|
125 |
terminal_size@0.3.0 |
|
130 | 126 |
thiserror-impl@1.0.48 |
131 | 127 |
thiserror@1.0.48 |
132 |
timeago@0.4.1 |
|
128 |
timeago@0.4.2 |
|
133 | 129 |
tinytemplate@1.2.1 |
134 | 130 |
tinyvec@1.2.0 |
135 | 131 |
tinyvec_macros@0.1.0 |
... | ... | |
141 | 137 |
unicode-normalization@0.1.17 |
142 | 138 |
unicode-width@0.1.10 |
143 | 139 |
url@2.2.1 |
144 |
urlencoding@2.1.3 |
|
145 | 140 |
utf8parse@0.2.1 |
146 | 141 |
uzers@0.11.3 |
147 | 142 |
vcpkg@0.2.12 |
... | ... | |
183 | 178 |
# Dependent crate licenses |
184 | 179 |
LICENSE+=" Apache-2.0 MIT Unicode-DFS-2016" |
185 | 180 |
SLOT="0" |
186 |
KEYWORDS="~amd64 ~arm64" |
|
181 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
187 | 182 |
IUSE="+git man" |
188 | 183 | |
189 | 184 |
DEPEND="git? ( dev-libs/libgit2:= )" |
... | ... | |
216 | 211 |
rm tests/cmd/{icons,basic}_all.toml || die |
217 | 212 |
rm tests/cmd/only_dir_{,recursive_}unix.toml || die |
218 | 213 |
rm tests/cmd/recursive_unix.toml || die |
214 |
rm tests/cmd/only_file_unix.toml || die |
|
219 | 215 | |
220 | 216 |
sed -i -e 's/^strip = true$/strip = false/g' Cargo.toml || die "failed to disable stripping" |
221 | 217 |
} |