Сравнение rust-bin-1.69.0-r1 с rust-bin-1.70.0-r3
/usr/portage/dev-lang/rust-bin/rust-bin-1.70.0-r3.ebuild 2023-10-09 14:52:29.476368350 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
MY_P="rust-${PV}" |
9 | 9 |
# curl -L static.rust-lang.org/dist/channel-rust-${PV}.toml 2>/dev/null | grep "xz_url.*rust-src" |
10 |
MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2023-04-20/rust-src-${PV}.tar.xz" |
|
10 |
MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2023-06-01/rust-src-${PV}.tar.xz" |
|
11 | 11 |
GENTOO_BIN_BASEURI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}" # omit leading slash |
12 | 12 | |
13 | 13 |
DESCRIPTION="Systems programming language from Mozilla" |
... | ... | |
20 | 20 | |
21 | 21 |
LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 UoI-NCSA" |
22 | 22 |
SLOT="stable" |
23 |
KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" |
|
23 |
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
24 | 24 |
IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt" |
25 | 25 | |
26 | 26 |
DEPEND="" |
... | ... | |
39 | 39 | |
40 | 40 |
REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )" |
41 | 41 | |
42 |
# stripping rust may break it (at least on x86_64) |
|
43 |
# https://github.com/rust-lang/rust/issues/112286 |
|
44 |
RESTRICT="strip" |
|
45 | ||
42 | 46 |
QA_PREBUILT=" |
43 | 47 |
opt/${P}/bin/.* |
44 | 48 |
opt/${P}/lib/.*.so |