Diff rust-1.69.0-r1 with a rust-1.70.0-r1
/usr/portage/virtual/rust/rust-1.70.0-r1.ebuild 2023-10-09 14:52:35.864368511 +0300 | ||
---|---|---|
12 | 12 |
# adjust when rust upstream bumps internal llvm |
13 | 13 |
# we do not allow multiple llvm versions in dev-lang/rust for |
14 | 14 |
# neither system nor bundled, so we just hardcode it here. |
15 |
SLOT="0/llvm-15" |
|
16 |
KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" |
|
15 |
SLOT="0/llvm-16" |
|
16 |
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
17 | 17 |
IUSE="rustfmt" |
18 | 18 | |
19 | 19 |
BDEPEND="" |