commit: 5718f92748021b95878086d64fb0fd61b81adad2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 30 11:44:53 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 30 11:49:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5718f927
profiles/arch/mips: Move local USE flags to package.use.mask profiles/arch/mips/package.use.mask | 4 ++++ profiles/arch/mips/use.mask | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index f4c0b3d09e4..0dc3cf8e9c6 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (30 Dec 2017) +# Moved from use.mask since they are flags local to one package. +sys-kernel/mips-sources -ip27 -ip28 -ip30 + # Michał Górny <[email protected]> (08 Aug 2017) # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile. media-libs/mesa vulkan diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 4c36200c18f..60ea7770845 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -316,9 +316,6 @@ ocamlopt fluidsynth # Mips USE flags --ip27 --ip28 --ip30 -fixed-point -loongson2f
