diff options
author | 2009-06-08 18:37:16 +0000 | |
---|---|---|
committer | 2009-06-08 18:37:16 +0000 | |
commit | 5100184086ed131757ed2ceea9fbcb0e5f7f5abc (patch) | |
tree | b5675a808645a99e6d7f229a9f475baa4c27dd97 /profiles | |
parent | Use.mask timidity (diff) | |
download | gentoo-2-5100184086ed131757ed2ceea9fbcb0e5f7f5abc.tar.gz gentoo-2-5100184086ed131757ed2ceea9fbcb0e5f7f5abc.tar.bz2 gentoo-2-5100184086ed131757ed2ceea9fbcb0e5f7f5abc.zip |
- add the flag back.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/amd64/multilib/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/amd64/multilib/make.defaults b/profiles/hardened/amd64/multilib/make.defaults index a57d8aa56c2d..30d0af0b2410 100644 --- a/profiles/hardened/amd64/multilib/make.defaults +++ b/profiles/hardened/amd64/multilib/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/make.defaults,v 1.4 2009/03/27 22:33:47 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/make.defaults,v 1.5 2009/06/08 18:37:16 solar Exp $ FEATURES="sandbox autoconfig" - +USE="${USE} multilib" MULTILIB_ABIS="x86 amd64" DEFAULT_ABI="amd64" ABI=${DEFAULT_ABI} |