diff options
Diffstat (limited to 'profiles/prefix/use.mask')
-rw-r--r-- | profiles/prefix/use.mask | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask new file mode 100644 index 000000000000..a764c486fcc7 --- /dev/null +++ b/profiles/prefix/use.mask @@ -0,0 +1,47 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/use.mask,v 1.1 2009/06/06 03:54:33 solar Exp $ + +# multilib is never going to work as expected in Prefix +multilib + +# Mask all elibc/kernel combinations, unmasked in the appropriate +# profiles +elibc_AIX +elibc_Darwin +elibc_FreeBSD +elibc_HPUX +elibc_IRIX +elibc_Interix +elibc_NetBSD +elibc_OpenBSD +elibc_SunOS +elibc_glibc +elibc_mintlib + +kernel_AIX +kernel_Darwin +kernel_FreeBSD +kernel_HPUX +kernel_IRIX +kernel_Interix +kernel_NetBSD +kernel_OpenBSD +kernel_SunOS +kernel_freemint +kernel_linux + +# re-add userland GNU +-userland_GNU + +# USE flags inherited by the base/use.defaults file that shouldn't be in Prefix +cups +gpm + +# prefix USE flag should always be unmasked in prefix profiles +-prefix + +# USE=acl will probably never work because of how it is related to the kernel +# and Gentoo Prefix does not have access to that. Also, definately problems with +# coreutils on darwin. +acl |