summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-03-27 01:55:29 +0000
committerMike Frysinger <vapier@gentoo.org>2014-03-27 01:55:29 +0000
commit6eab22278da6700a6ddb40d3aa3d88ce1dcbd865 (patch)
tree64047b8cdcbcbbafde7143e1cc484dfd5e106f53 /profiles/features/multilib
parentAdd fix from upstream for building on ppc64. (diff)
downloadgentoo-2-6eab22278da6700a6ddb40d3aa3d88ce1dcbd865.tar.gz
gentoo-2-6eab22278da6700a6ddb40d3aa3d88ce1dcbd865.tar.bz2
gentoo-2-6eab22278da6700a6ddb40d3aa3d88ce1dcbd865.zip
enable USE=multilib by default #435094
Diffstat (limited to 'profiles/features/multilib')
-rw-r--r--profiles/features/multilib/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults
index a286fd3bc315..daf28dce7c52 100644
--- a/profiles/features/multilib/make.defaults
+++ b/profiles/features/multilib/make.defaults
@@ -1,12 +1,16 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.11 2014/01/17 06:21:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.12 2014/03/27 01:55:29 vapier Exp $
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
# This is so we build with multilib from the start
BOOTSTRAP_USE="${BOOTSTRAP_USE} multilib"
+# Default USE=multilib to on. This rarely impact packages as they should be
+# using the multilib eclass anyways. #435094
+USE="multilib"
+
# FEATURES="multilib-strict" specific settings.
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_DENY="64-bit.*shared object"