diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-30 14:05:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-30 14:05:08 +0000 |
commit | e67792b039abd39fbce564786d888f0bc39b3587 (patch) | |
tree | 3b66ac9064271fea120e7214d0c684c272fe07cd | |
parent | Add ~x86-fbsd keyword to binutils 2.15 that has FreeBSD patches. (diff) | |
download | historical-e67792b039abd39fbce564786d888f0bc39b3587.tar.gz historical-e67792b039abd39fbce564786d888f0bc39b3587.tar.bz2 historical-e67792b039abd39fbce564786d888f0bc39b3587.zip |
Mask java useflags.
-rw-r--r-- | profiles/default-bsd/use.mask | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/default-bsd/use.mask b/profiles/default-bsd/use.mask index a727f5a62ef4..970b2e4207db 100644 --- a/profiles/default-bsd/use.mask +++ b/profiles/default-bsd/use.mask @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/use.mask,v 1.1 2006/03/30 12:42:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/use.mask,v 1.2 2006/03/30 14:05:08 flameeyes Exp $ # Linux-dependant flags selinux @@ -34,3 +34,8 @@ hardened # termcap-compat doesn't work on BSD termcap-compat + +# Java requires that new-style virtuals are prepared for kaffe +java +gcj + |