diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 149325 -> 149325 bytes | |||
-rw-r--r-- | profiles/arch/riscv/package.use.force | 4 | ||||
-rw-r--r-- | profiles/package.mask | 5 | ||||
-rw-r--r-- | profiles/releases/23.0/make.defaults | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 2fc914fc0e2b..3d59751c00e1 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force index cc0ff6691734..162a20ede7df 100644 --- a/profiles/arch/riscv/package.use.force +++ b/profiles/arch/riscv/package.use.force @@ -1,6 +1,10 @@ # Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-11-13) +# 1.64 segfaults, so we force 1.65 bootstrapping 1.65 +~dev-lang/rust-1.65.0 system-bootstrap + # matoro <matoro_gentoo@matoro.tk> (2022-09-10) # GHC does not support native codegen for riscv at all. # It gains LLVM codegen in 9.2, but we maintain a backport of this, diff --git a/profiles/package.mask b/profiles/package.mask index 2047743e7426..58bdd094651a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Jonas Stein <jstein@gentoo.org> (2022-11-13) +# Dead upstream +# Removal after 2023-01-01. Bug #881249. +net-mail/vchkuser + # Matthew Smith <matthew@gentoo.org> (2022-11-13) # Please update to Erlang/OTP 25. Removal in 30 days. # Bug #864543 diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index fef59f9d407f..b6e766a3483b 100644 --- a/profiles/releases/23.0/make.defaults +++ b/profiles/releases/23.0/make.defaults @@ -1,6 +1,9 @@ # Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# This just makes sense nowadays, if only for distfiles... +USE="xz zstd" + # bug 831045 USE="${USE} -cli" |