summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-25 23:34:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-25 23:34:28 +0100
commit5b14ea000f5782ac047162ffc35ef8c3c0648b4a (patch)
tree9bd4130367f85e9308e6d6c6b12ba58759b5f789 /profiles
parent85261a4d217482e1c124937d57ec98a0aabaee59 (diff)
gentoo auto-resync : 25:09:2022 - 23:34:28
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin147469 -> 147152 bytes
-rw-r--r--profiles/arch/riscv/package.use.mask6
-rw-r--r--profiles/base/package.use.stable.mask6
-rw-r--r--profiles/default/linux/riscv/20.0/rv64gc/multilib/package.mask7
-rw-r--r--profiles/default/linux/riscv/package.use.mask6
5 files changed, 12 insertions, 13 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index fdf761e4058b..d33097ef4e2b 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index 14469c1b1754..a54a8f826041 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,12 @@
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Yixun Lan <dlan@gentoo.org> (2022-01-27)
+# This target supports ASAN/etc...
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-09-25)
+# Moved here from default/linux/...
+sys-devel/gcc -sanitize
+
# Alexey Shvetsov <alexxy@gentoo.org> (2022-09-15)
# Mask nvml use flag for slurm
sys-cluster/slurm nvml
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 2af8a5bd9b65..6da1b547609d 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,12 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in package.use.mask
+# Marek Szuba <marecki@gentoo.org> (2022-09-25)
+# This depends on app-admin/ansible-molecule, which is not stable yet.
+# Moreover, all but the most recent versions of ansible-molecule
+# depend in turn on subprocess-tee.
+dev-python/subprocess-tee test-full
+
# Arthur Zamarin <arthurzam@gentoo.org> (2022-09-16)
# app-emacs/flycheck is not stable
dev-util/pkgcheck emacs
diff --git a/profiles/default/linux/riscv/20.0/rv64gc/multilib/package.mask b/profiles/default/linux/riscv/20.0/rv64gc/multilib/package.mask
deleted file mode 100644
index 51468882140c..000000000000
--- a/profiles/default/linux/riscv/20.0/rv64gc/multilib/package.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-08-01)
-# Something in gcc-12 broke riscv multilib... investigating...
-# (symptom: glibc fails to emerge for non-default abi)
-sys-devel/gcc:12
diff --git a/profiles/default/linux/riscv/package.use.mask b/profiles/default/linux/riscv/package.use.mask
deleted file mode 100644
index cc9dbf7ffd55..000000000000
--- a/profiles/default/linux/riscv/package.use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Yixun Lan <dlan@gentoo.org> (2022-01-27)
-# This target supports ASAN/etc...
-sys-devel/gcc -sanitize