Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/default/linux/riscv/
Date: Sun, 25 Sep 2022 16:20:52
Message-Id: 1664122835.bcb75637750aa6cdaba0c3444c0516aecce7b727.dilfridge@gentoo
1 commit: bcb75637750aa6cdaba0c3444c0516aecce7b727
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 16:20:03 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 16:20:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb75637
7
8 profiles: move riscv package.use.mask to arch dir
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/arch/riscv/package.use.mask | 6 ++++++
13 profiles/default/linux/riscv/package.use.mask | 6 ------
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
17 index 14469c1b1754..a54a8f826041 100644
18 --- a/profiles/arch/riscv/package.use.mask
19 +++ b/profiles/arch/riscv/package.use.mask
20 @@ -1,6 +1,12 @@
21 # Copyright 2019-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 +# Yixun Lan <dlan@g.o> (2022-01-27)
25 +# This target supports ASAN/etc...
26 +# Andreas K. Hüttel <dilfridge@g.o> (2022-09-25)
27 +# Moved here from default/linux/...
28 +sys-devel/gcc -sanitize
29 +
30 # Alexey Shvetsov <alexxy@g.o> (2022-09-15)
31 # Mask nvml use flag for slurm
32 sys-cluster/slurm nvml
33
34 diff --git a/profiles/default/linux/riscv/package.use.mask b/profiles/default/linux/riscv/package.use.mask
35 deleted file mode 100644
36 index cc9dbf7ffd55..000000000000
37 --- a/profiles/default/linux/riscv/package.use.mask
38 +++ /dev/null
39 @@ -1,6 +0,0 @@
40 -# Copyright 1999-2022 Gentoo Authors
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -# Yixun Lan <dlan@g.o> (2022-01-27)
44 -# This target supports ASAN/etc...
45 -sys-devel/gcc -sanitize