diff options
author | 2022-10-16 18:54:59 -0400 | |
---|---|---|
committer | 2022-10-16 18:54:59 -0400 | |
commit | 14216dac2c941a41b31d8fe5b6acdfab888b8fc3 (patch) | |
tree | 94ee8e5d3b5bc494c46f07269dc4e5065d5cd94a /profiles/arch/base | |
parent | app-admin/ansible: drop 5.9.0 (diff) | |
download | gentoo-14216dac2c941a41b31d8fe5b6acdfab888b8fc3.tar.gz gentoo-14216dac2c941a41b31d8fe5b6acdfab888b8fc3.tar.bz2 gentoo-14216dac2c941a41b31d8fe5b6acdfab888b8fc3.zip |
profiles/arch: move 'fixed-point' from use.mask to package.use.mask
Closes: https://bugs.gentoo.org/877349
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles/arch/base')
-rw-r--r-- | profiles/arch/base/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/base/use.mask | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 6f6611ab4366..26044840a092 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Gilbert <floppym@gentoo.org> (2022-10-16) +# Only supported on MIPS. +dev-lang/gnat-gpl fixed-point +sys-devel/gcc fixed-point + # WANG Xuerui <xen0n@gentoo.org> (2022-10-07) # sys-libs/libsmbios unavailable on most arches (requires the very low-level # <sys/io.h> header that is only ever present on alpha, amd64, ia64 and x86), diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index adf9a3cb38f4..1d46d81afb22 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -80,7 +80,6 @@ cpu_flags_ppc_vsx3 ppcsha1 # mips arch specific USE flags -fixed-point loongson2f mipsdspr1 mipsdspr2 |