commit: 660f3497613fe05d5ebd965abe7f9d9fdd0e261d
Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 08:16:42 2021 +0000
Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 08:17:57 2021 +0000
URL:
https://gitweb.gentoo.org/proj/multilib-portage.git/commit/?id=660f3497
Drop unused variable from base profile
Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org>
profiles/base/make.defaults | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 09e29fd73..e5c16c0df 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -38,10 +38,6 @@ 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"