diff options
author | 2006-07-07 13:29:21 +0000 | |
---|---|---|
committer | 2006-07-07 13:29:21 +0000 | |
commit | d15fc681a4ff625d665c6670db16681002468e6a (patch) | |
tree | 23115649e7977409b90c26a80f5e19f4c0a00e7c /profiles/default-darwin | |
parent | stabilize (diff) | |
download | historical-d15fc681a4ff625d665c6670db16681002468e6a.tar.gz historical-d15fc681a4ff625d665c6670db16681002468e6a.tar.bz2 historical-d15fc681a4ff625d665c6670db16681002468e6a.zip |
Mask elibc, kernel and userland expansions that does not apply for MacOS.
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/default-darwin/use.mask b/profiles/default-darwin/use.mask index dd0108305c21..93aeceae0dfc 100644 --- a/profiles/default-darwin/use.mask +++ b/profiles/default-darwin/use.mask @@ -90,3 +90,10 @@ fastcgi # Re-add Darwin libc -elibc_Darwin +# Mask extraneous elibc/kernel combinations +elibc_glibc +elibc_uclibc +kernel_linux +kernel_FreeBSD +userland_GNU +userland_BSD |