diff options
author | Ned Ludd <solar@gentoo.org> | 2005-03-20 04:21:46 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-03-20 04:21:46 +0000 |
commit | 14950307d16e2e626e8d347d8a35204297d4b73f (patch) | |
tree | b030eda7816aad5b8cdc5e99690d8a6e35ac3d03 | |
parent | ~amd64 added, bug 85028 (diff) | |
download | historical-14950307d16e2e626e8d347d8a35204297d4b73f.tar.gz historical-14950307d16e2e626e8d347d8a35204297d4b73f.tar.bz2 historical-14950307d16e2e626e8d347d8a35204297d4b73f.zip |
- profile updates
-rw-r--r-- | profiles/hardened/amd64/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/amd64/make.defaults b/profiles/hardened/amd64/make.defaults index 3678b8b1145f..d1d26c67a145 100644 --- a/profiles/hardened/amd64/make.defaults +++ b/profiles/hardened/amd64/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.2 2004/08/07 12:14:52 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.3 2005/03/20 04:21:46 solar Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" -GRP_STAGE23_USE="${ARCH} acl berkdb crypt readline ssl tcpd zlib pam pic pie hardened nls" -USE="${ARCH} acl berkdb crypt readline ssl tcpd zlib pam pic pie hardened nls" +GRP_STAGE23_USE="${ARCH} berkdb crypt readline ssl tcpd zlib pam pic pie hardened nls justify userlocales" +USE="${ARCH} berkdb crypt readline ssl tcpd zlib pam pic pie hardened nls justify userlocales" |