use.mask 791 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright 1999-2015 Gentoo Foundation.
  2. # Distributed under the terms of the GNU General Public License v2
  3. # This file masks out USE flags that are simply NOT allowed in the default
  4. # profile for any architecture. This works, for example, if a non-default
  5. # profile (such as the selinux profiles) have a USE flag associated with
  6. # them.
  7. -kmod
  8. # Mask ELIBC, KERNEL, and USERLAND flags that apply to specific profiles.
  9. userland_BSD
  10. elibc_bionic
  11. elibc_Cygwin
  12. elibc_Darwin
  13. elibc_musl
  14. elibc_SunOS
  15. elibc_Winnt
  16. kernel_Darwin
  17. kernel_SunOS
  18. kernel_Winnt
  19. # Diego Pettenò <flameeyes@gentoo.org> (2006-12-30)
  20. # These are specific of Mac OS X
  21. aqua
  22. coreaudio
  23. # Jeremy Olexa <darkside@gentoo.org>
  24. # The prefix USE flags should never be used on non prefix profiles
  25. prefix
  26. prefix-guest
  27. prefix-stack