diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-02-24 15:15:51 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-02-24 15:15:51 +0000 |
commit | c54dce8cbbdc4a9c3f1bf054046a75cabd7181c5 (patch) | |
tree | 22fef2b36eee1b63140b139dbe767347cffd2eda /profiles/default-darwin | |
parent | Stable on ppc wrt bug 167860 (diff) | |
download | gentoo-2-c54dce8cbbdc4a9c3f1bf054046a75cabd7181c5.tar.gz gentoo-2-c54dce8cbbdc4a9c3f1bf054046a75cabd7181c5.tar.bz2 gentoo-2-c54dce8cbbdc4a9c3f1bf054046a75cabd7181c5.zip |
Mask and force ELIBC, KERNEL, and USERLAND flags that apply to specific profiles.
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/use.force | 3 | ||||
-rw-r--r-- | profiles/default-darwin/use.mask | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/profiles/default-darwin/use.force b/profiles/default-darwin/use.force index e69de29bb2d1..7a82a7facee5 100644 --- a/profiles/default-darwin/use.force +++ b/profiles/default-darwin/use.force @@ -0,0 +1,3 @@ +elibc_Darwin +kernel_Darwin +userland_Darwin diff --git a/profiles/default-darwin/use.mask b/profiles/default-darwin/use.mask index 358b2f7732ae..9b57892d79e2 100644 --- a/profiles/default-darwin/use.mask +++ b/profiles/default-darwin/use.mask @@ -58,11 +58,10 @@ fastcgi # Re-add Darwin libc -elibc_Darwin +-kernel_Darwin +-userland_Darwin # Mask extraneous elibc/kernel combinations elibc_glibc -elibc_uclibc kernel_linux -kernel_FreeBSD userland_GNU -userland_BSD |