diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-14 11:10:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-14 11:10:11 +0100 |
commit | 81b8f20732954c4508baf2f77472b5435e3f851f (patch) | |
tree | 4180177cb7ba85eab50159ce96218c2419fb24a6 /profiles/arch | |
parent | 946859e0e36904cffb3e0ccbccb6b7b1347c1cc8 (diff) |
gentoo auto-resync : 14:09:2022 - 11:10:10
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/package.mask | 2 | ||||
-rw-r--r-- | profiles/arch/loong/package.use.force | 10 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 9 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.force | 2 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.stable.mask | 5 |
8 files changed, 30 insertions, 16 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index cd1d4bce1891..8b3916f24493 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Alfredo Tupone <tupone@gentoo.org> (2022-08-30) +# ada bootstrap currently only available on amd64/x86 +sys-devel/gcc -ada + # Conrad Kostecki <conikost@gentoo.org> (2022-07-19) # www-servers/nginx currently only available on amd64/x86 www-servers/nginx -nginx_modules_http_security diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask index b6b7d0f1baa3..1ff307a672b3 100644 --- a/profiles/arch/hppa/package.mask +++ b/profiles/arch/hppa/package.mask @@ -2,6 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # Quote from <eike@s...l.de>: -# "Compilation fails with: #error You need to define CycleTimer for +# "Compilation fails with: #error You need to define CycleTimer for # your OS and CPU" dev-cpp/benchmark diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force index 6314c2c732c0..9f826c4f154f 100644 --- a/profiles/arch/loong/package.use.force +++ b/profiles/arch/loong/package.use.force @@ -6,11 +6,11 @@ # # Some packages are not fully ported yet, but preemptively added so we won't # have to revisit later. -dev-lang/rust llvm_targets_AArch64 -dev-libs/keystone llvm_targets_AArch64 -dev-ml/llvm-ocaml llvm_targets_AArch64 -sys-devel/clang llvm_targets_AArch64 -sys-devel/llvm llvm_targets_AArch64 +dev-lang/rust llvm_targets_LoongArch +dev-libs/keystone llvm_targets_LoongArch +dev-ml/llvm-ocaml llvm_targets_LoongArch +sys-devel/clang llvm_targets_LoongArch +sys-devel/llvm llvm_targets_LoongArch # WANG Xuerui <xen0n@gentoo.org> (2022-04-24) # Force-enable experimental-loong on packages; we're loong. diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index f2c5c42dda0f..ca7f11109878 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -54,11 +54,6 @@ sys-block/fio rbd # Upstream bug for criu: https://github.com/checkpoint-restore/criu/issues/1702 app-containers/crun criu -# Jakov Smolić <jsmolic@gentoo.org> (2022-03-24) -# Depends on net-misc/memcached which has concerning test -# failures on riscv (bug #811477) -dev-python/pytest-services test - # Alex Fan <alex.fan.q@gmail.com> (2022-02-28) # dev-libs/vc is a dummy implementation on this arch # krita fails to build with it @@ -113,10 +108,6 @@ kde-plasma/kdeplasma-addons webengine kde-plasma/libksysguard webengine net-irc/quassel urlpreview -# Marek Szuba <marecki@gentoo.org> (2021-09-07) -# net-misc/memcached not keyworded yet due to failing tests (Bug #811477) -dev-ruby/dalli test - # Jonathan Davies <jpds@protonmail.com> (2021-09-03) # Requires CPU with SSSE3 support net-analyzer/suricata hyperscan diff --git a/profiles/arch/sparc/package.use.force b/profiles/arch/sparc/package.use.force index 888248394524..f3be48ad126c 100644 --- a/profiles/arch/sparc/package.use.force +++ b/profiles/arch/sparc/package.use.force @@ -4,7 +4,7 @@ # Sam James <sam@gentoo.org> (2022-06-25) # dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap # tarball, so force system-bootstrap instead (i.e. force using rust-bin -# or existing installed rust). bug #842246. +# or existing installed rust). bug #842246, bug #869680. dev-lang/rust system-bootstrap # Sam James <sam@gentoo.org> (2022-02-19) diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 12e089e092ac..2f0f7b4fc724 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,12 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-09-12) +# dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap +# tarball, so force system-bootstrap instead (i.e. force using rust-bin +# or existing installed rust). bug #842246, bug #869680. +dev-lang/rust -system-bootstrap + # Sam James <sam@gentoo.org> (2022-06-10) # gstreamer not marked stable on sparc media-sound/pulseaudio-daemon aptx ldac diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 0699686ddb4b..cf063345434c 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alfredo Tupone <tupone@gentoo.org> (2022-08-30) +# ada bootstrap currently only available on amd64/x86 +sys-devel/gcc -ada + +# Andreas Sturmlechner <asturm@gentoo.org> (2020-09-11) +# media-libs/qtav not keyworded yet +media-gfx/kphotoalbum qtav + # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-04-25) # Mask tests until test dependencies are keyworded. app-text/pdftk test diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 7de0cdb9ab6a..db6bc5ca835d 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <asturm@gentoo.org> (2022-09-14) +# sci-libs/vtk is not stable on x86 and we don't want to complicate +# newer maxima stabilisation, bug #867547 +sci-mathematics/maxima vtk + # Sam James <sam@gentoo.org> (2022-07-06) # sci-libs/sundials is not marked stable on x86 sci-mathematics/octave sundials |