diff options
author | 2004-09-09 08:17:08 +0000 | |
---|---|---|
committer | 2004-09-09 08:17:08 +0000 | |
commit | 4eb07383ff79708ba60f7d080e49d6a55dea3ecd (patch) | |
tree | ee9fa8ea4448b63c6ca29f8ff31ee531989c7a12 /profiles/hardened-x86-1.4 | |
parent | put into base instead (diff) | |
download | gentoo-2-4eb07383ff79708ba60f7d080e49d6a55dea3ecd.tar.gz gentoo-2-4eb07383ff79708ba60f7d080e49d6a55dea3ecd.tar.bz2 gentoo-2-4eb07383ff79708ba60f7d080e49d6a55dea3ecd.zip |
build x with xprint and bitmap-fonts by default
Diffstat (limited to 'profiles/hardened-x86-1.4')
-rw-r--r-- | profiles/hardened-x86-1.4/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened-x86-1.4/make.defaults b/profiles/hardened-x86-1.4/make.defaults index cce0b6dbdc5d..31e3bf3524da 100644 --- a/profiles/hardened-x86-1.4/make.defaults +++ b/profiles/hardened-x86-1.4/make.defaults @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened-x86-1.4/make.defaults,v 1.13 2004/08/25 14:03:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened-x86-1.4/make.defaults,v 1.14 2004/09/09 08:17:08 seemant Exp $ GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic" # <zhen@gentoo.org> defaults for a hardened system # <zhen@gentoo.org> pam added until bug 10135 is fixed -USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic" +USE="x86 berkdb bitmap-fonts crypt readline nls ssl tcpd zlib pam pic xprint" ARCH="x86" ACCEPT_KEYWORDS="x86" |