diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-10-16 18:54:59 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-10-16 18:54:59 -0400 |
commit | 14216dac2c941a41b31d8fe5b6acdfab888b8fc3 (patch) | |
tree | 94ee8e5d3b5bc494c46f07269dc4e5065d5cd94a /profiles/arch | |
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')
-rw-r--r-- | profiles/arch/base/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/base/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/mips/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/mips/use.mask | 1 |
4 files changed, 10 insertions, 2 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 diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 2c2619a4a296..0b06a8ad3d18 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/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 + # matoro <matoro_gentoo@matoro.tk> (2022-09-14) # Not broken, but better wait on profiles: bug #515694 dev-lang/rust system-llvm diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index fce9368f2031..84935ae0a280 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -259,7 +259,6 @@ ocamlopt fluidsynth # Mips USE flags --fixed-point -loongson2f # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2013-08-22) |