Сравнение bcachefs-tools-1.34.0 с bcachefs-tools-9999

/usr/portage/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild 2026-03-03 11:46:18.696985397 +0300
11 11
	anstyle-wincon@3.0.4
12 12
	anstyle@1.0.8
13 13
	anyhow@1.0.89
14
	ascii@1.1.0
14 15
	bindgen@0.69.5
15 16
	bitfield@0.14.0
16 17
	bitflags@1.3.2
17 18
	bitflags@2.6.0
18
	cc@1.1.28
19 19
	cexpr@0.6.0
20 20
	cfg-if@1.0.0
21
	chunked_transfer@1.5.0
21 22
	clang-sys@1.8.1
22 23
	clap@4.5.20
23 24
	clap_builder@4.5.20
......
25 26
	clap_derive@4.5.18
26 27
	clap_lex@0.7.2
27 28
	colorchoice@1.0.2
29
	crossterm@0.28.1
28 30
	either@1.13.0
29 31
	env_logger@0.10.2
30
	errno-dragonfly@0.1.2
31
	errno@0.2.8
32 32
	errno@0.3.9
33 33
	glob@0.3.1
34 34
	heck@0.5.0
35 35
	home@0.5.9
36
	httpdate@1.0.3
36 37
	is_terminal_polyfill@1.70.1
37 38
	itertools@0.12.1
39
	itoa@1.0.17
38 40
	lazy_static@1.5.0
39 41
	lazycell@1.3.0
40
	libc@0.2.159
42
	libc@0.2.180
41 43
	libloading@0.8.5
42 44
	libudev-sys@0.1.4
43 45
	linux-raw-sys@0.4.14
46
	lock_api@0.4.14
44 47
	log@0.4.22
45 48
	memchr@2.7.4
46 49
	minimal-lexical@0.2.1
50
	mio@1.1.1
47 51
	nom@7.1.3
48 52
	once_cell@1.20.2
49 53
	owo-colors@4.1.0
54
	parking_lot@0.12.5
55
	parking_lot_core@0.9.12
50 56
	paste@1.0.15
51 57
	pkg-config@0.3.31
52 58
	prettyplease@0.2.22
53 59
	proc-macro2@1.0.87
54 60
	quote@1.0.37
61
	redox_syscall@0.5.18
55 62
	regex-automata@0.4.8
56 63
	regex-syntax@0.8.5
57 64
	regex@1.11.0
58 65
	rustc-hash@1.1.0
59 66
	rustix@0.38.37
60 67
	rustversion@1.0.17
68
	ryu@1.0.22
69
	scopeguard@1.2.0
70
	serde@1.0.210
71
	serde_derive@1.0.210
72
	serde_json@1.0.143
61 73
	shlex@1.3.0
74
	signal-hook-mio@0.2.5
75
	signal-hook-registry@1.4.8
76
	signal-hook@0.3.18
77
	smallvec@1.15.1
62 78
	strsim@0.11.1
63 79
	strum@0.26.3
64 80
	strum_macros@0.26.4
65 81
	syn@2.0.79
66 82
	terminal_size@0.4.0
83
	tiny_http@0.12.0
67 84
	udev@0.7.0
68 85
	unicode-ident@1.0.13
69 86
	utf8parse@0.2.2
70 87
	uuid@1.10.0
88
	wasi@0.11.1+wasi-snapshot-preview1
71 89
	which@4.4.2
72
	winapi-i686-pc-windows-gnu@0.4.0
73
	winapi-x86_64-pc-windows-gnu@0.4.0
74
	winapi@0.3.9
90
	windows-link@0.2.1
75 91
	windows-sys@0.52.0
76 92
	windows-sys@0.59.0
93
	windows-sys@0.61.2
77 94
	windows-targets@0.52.6
78 95
	windows_aarch64_gnullvm@0.52.6
79 96
	windows_aarch64_msvc@0.52.6
......
89 106

  
90 107
LLVM_COMPAT=( {17..21} )
91 108
PYTHON_COMPAT=( python3_{11..14} )
92
RUST_MIN_VER="1.77.0"
109
RUST_MIN_VER="1.82"
93 110
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kentoverstreet.asc
94 111

  
95
inherit cargo flag-o-matic llvm-r1 python-any-r1 shell-completion toolchain-funcs unpacker verify-sig
112
inherit cargo flag-o-matic llvm-r1 python-any-r1 shell-completion sysroot toolchain-funcs unpacker verify-sig
96 113

  
97 114
DESCRIPTION="Tools for bcachefs"
98 115
HOMEPAGE="https://bcachefs.org/"
......
195 212

  
196 213
	default
197 214

  
198
	# This version mangles the symbolic link,
199
	# please check if this can be removed before bumping
200
	rm "${S}"/bcachefs
201
	ln -s "${S}"/target/release/bcachefs bcachefs
202

  
203 215
	local shell
204 216
	for shell in bash fish zsh; do
205
		./bcachefs completions ${shell} > ${shell}.completion || die
217
		sysroot_try_run_prefixed ./bcachefs completions ${shell} > ${shell}.completion || die
206 218
	done
207 219
}
208 220

  
Спасибо!