Сравнение rust-bin-1.65.0-r1 с rust-bin-1.66.1-r1
/usr/portage/dev-lang/rust-bin/rust-bin-1.66.1-r1.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%/}/2022-11-03/rust-src-${PV}.tar.xz" |
|
10 |
MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2023-01-10/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" |
... | ... | |
18 | 18 |
# Keep this separate to allow easy commenting out if not yet built |
19 | 19 |
SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/${MY_P}-sparc64-unknown-linux-gnu.tar.xz ) " |
20 | 20 | |
21 |
LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" |
|
21 |
LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 UoI-NCSA" |
|
22 | 22 |
SLOT="stable" |
23 | 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" |