commit: bcb75637750aa6cdaba0c3444c0516aecce7b727 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Sep 25 16:20:03 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Sep 25 16:20:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb75637
profiles: move riscv package.use.mask to arch dir Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 6 ++++++ profiles/default/linux/riscv/package.use.mask | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) 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 <[email protected]> (2022-01-27) +# This target supports ASAN/etc... +# Andreas K. Hüttel <[email protected]> (2022-09-25) +# Moved here from default/linux/... +sys-devel/gcc -sanitize + # Alexey Shvetsov <[email protected]> (2022-09-15) # Mask nvml use flag for slurm sys-cluster/slurm nvml 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 <[email protected]> (2022-01-27) -# This target supports ASAN/etc... -sys-devel/gcc -sanitize
