1234567891011121314151617181920212223242526272829303132333435 |
- # Copyright 1999-2015 Gentoo Foundation.
- # Distributed under the terms of the GNU General Public License v2
- # This file masks out USE flags that are simply NOT allowed in the default
- # profile for any architecture. This works, for example, if a non-default
- # profile (such as the selinux profiles) have a USE flag associated with
- # them.
- -kmod
- # Mask ELIBC, KERNEL, and USERLAND flags that apply to specific profiles.
- userland_BSD
- elibc_bionic
- elibc_Cygwin
- elibc_Darwin
- elibc_musl
- elibc_SunOS
- elibc_Winnt
- kernel_Darwin
- kernel_SunOS
- kernel_Winnt
- # Diego Pettenò <flameeyes@gentoo.org> (2006-12-30)
- # These are specific of Mac OS X
- aqua
- coreaudio
- # Jeremy Olexa <darkside@gentoo.org>
- # The prefix USE flags should never be used on non prefix profiles
- prefix
- prefix-guest
- prefix-stack
|