summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2013-09-21 14:33:13 +0200
committerThomas Sachau <tommy@gentoo.org>2013-09-21 14:33:13 +0200
commit4d359f3001838323d2578dd93127698a10d91a15 (patch)
treeaeb2c0c7724d53bbb549bcf3c0347f3a04048d77
parentSync portage (diff)
downloadmultilib-portage-4d359f3001838323d2578dd93127698a10d91a15.tar.gz
multilib-portage-4d359f3001838323d2578dd93127698a10d91a15.tar.bz2
multilib-portage-4d359f3001838323d2578dd93127698a10d91a15.zip
Add COMPLETE_MULTILIB var to the base profile
-rw-r--r--profiles/base/make.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index e5c16c0df..09e29fd73 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -38,6 +38,10 @@ RESTRICT_MULTILIB_BINARIES="app-admin/eselect-python app-arch/rpm2targz app-cryp
USE="${USE} multilib"
+# Enable building binaries for all target ABIs, so multilib-portage can still use USE=abiwrapper to select
+# the binaries they want
+COMPLETE_MULTILIB=yes
+
# set a default for $PKG_CONFIG to avoid a collision with crossdev-wrappers
# suggested by and thanks to ohnobinki
PKG_CONFIG="/usr/bin/pkg-config"