diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-09-10 18:24:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-09-10 18:24:31 +0000 |
commit | ae9dd453650a893396adf344532b11d5d25895cb (patch) | |
tree | 25b64985b6dffb1a1225d97bce78182cbdafd58c /profiles/default-bsd | |
parent | Version bump from the GNUstep overlay (diff) | |
download | gentoo-2-ae9dd453650a893396adf344532b11d5d25895cb.tar.gz gentoo-2-ae9dd453650a893396adf344532b11d5d25895cb.tar.bz2 gentoo-2-ae9dd453650a893396adf344532b11d5d25895cb.zip |
masking hal USE flag on xinit since it pulls in ConsoleKit which doesn't work on FreeBSD currently
Diffstat (limited to 'profiles/default-bsd')
-rw-r--r-- | profiles/default-bsd/fbsd/package.use.mask | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/default-bsd/fbsd/package.use.mask b/profiles/default-bsd/fbsd/package.use.mask index 885fa595d5e4..16680390c00c 100644 --- a/profiles/default-bsd/fbsd/package.use.mask +++ b/profiles/default-bsd/fbsd/package.use.mask @@ -1,3 +1,12 @@ +# Doug Goldstein <cardoe@gentoo.org> (10 Sep 2007) +# Joe Marcus Clarke is working on FreeBSD consolekit support +# Currently there are kernel bugs and such. Requires latest +# git and latest patches from FreeBSD CVS to have a workaround +# the kernel bug. The patch in FreeBSD CVS breaks it's functionality +# on Linux, so we're masking this for now. +# The app in question is sys-auth/consolekit +x11-apps/xinit hal + # Jim Ramsay <lack@gentoo.org> (7 Sep 2007) # app-admin/gkrellm may pull in hddtemp, which is not yet available here app-admin/gkrellm hddtemp |