From bcb75637750aa6cdaba0c3444c0516aecce7b727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 25 Sep 2022 18:20:03 +0200 Subject: [PATCH] profiles: move riscv package.use.mask to arch dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- profiles/arch/riscv/package.use.mask | 6 ++++++ profiles/default/linux/riscv/package.use.mask | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 profiles/default/linux/riscv/package.use.mask diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 14469c1b1754d..a54a8f826041a 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 (2022-01-27) +# This target supports ASAN/etc... +# Andreas K. Hüttel (2022-09-25) +# Moved here from default/linux/... +sys-devel/gcc -sanitize + # Alexey Shvetsov (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 cc9dbf7ffd551..0000000000000 --- 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 (2022-01-27) -# This target supports ASAN/etc... -sys-devel/gcc -sanitize