Diff rust-bin-1.71.1 with a rust-bin-1.72.0
/usr/portage/dev-lang/rust-bin/rust-bin-1.72.0.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-08-03/rust-src-${PV}.tar.xz" |
|
10 |
MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2023-08-24/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" |
... | ... | |
17 | 17 |
" |
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 -> ${MY_P}-sparc64-unknown-linux-gnu.sam.tar.xz ) " |
20 |
#SRC_URI+=" mips? ( |
|
21 |
# abi_mips_o32? ( |
|
22 |
# big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips-unknown-linux-gnu.tar.xz -> ${MY_P}-mips-unknown-linux-gnu.sam.tar.xz ) |
|
23 |
# !big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mipsel-unknown-linux-gnu.tar.xz -> ${MY_P}-mipsel-unknown-linux-gnu.sam.tar.xz ) |
|
24 |
# ) |
|
25 |
# abi_mips_n64? ( |
|
26 |
# big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips64-unknown-linux-gnuabi64.tar.xz -> ${MY_P}-mips64-unknown-linux-gnuabi64.sam.tar.xz ) |
|
27 |
# !big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips64el-unknown-linux-gnuabi64.tar.xz -> ${MY_P}-mips64el-unknown-linux-gnuabi64.sam.tar.xz ) |
|
28 |
# ) |
|
29 |
#)" |
|
20 | 30 | |
21 | 31 |
LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 UoI-NCSA" |
22 | 32 |
SLOT="stable" |
23 |
KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" |
|
33 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
24 | 34 |
IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt" |
25 | 35 | |
26 | 36 |
DEPEND="" |