diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-09-09 08:17:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-09-09 08:17:08 +0000 |
commit | f3454a46dda426f30eb591e93be792281c61d7ce (patch) | |
tree | 327fa72000afa2d0da90b513e9bc9510cb42682a /profiles/hardened | |
parent | put into base instead (diff) | |
download | historical-f3454a46dda426f30eb591e93be792281c61d7ce.tar.gz historical-f3454a46dda426f30eb591e93be792281c61d7ce.tar.bz2 historical-f3454a46dda426f30eb591e93be792281c61d7ce.zip |
build x with xprint and bitmap-fonts by default
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/make.defaults | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/hardened/make.defaults b/profiles/hardened/make.defaults index ff68dc3222ea..d3c970cc649e 100644 --- a/profiles/hardened/make.defaults +++ b/profiles/hardened/make.defaults @@ -1,5 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.2 2004/06/26 23:29:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/make.defaults,v 1.3 2004/09/09 08:17:08 seemant Exp $ FEATURES="sandbox sfperms strict" + +USE="bitmap-fonts xprint" |