From 883e3ce773e78329e8d1e467f2790e6b12fc67bf Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 18 Nov 2015 10:51:47 -0500 Subject: [PATCH] enable binpkg-multi-instance for bootstrap only binpkg-multi-instance is bloating the bin servers for no real benefit, but there is a major benefit on the build system for the early stages so just enable it in the bootstrap profile --- profiles/pentoo/bootstrap/make.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/pentoo/bootstrap/make.defaults b/profiles/pentoo/bootstrap/make.defaults index d4527c768..74abb60c2 100644 --- a/profiles/pentoo/bootstrap/make.defaults +++ b/profiles/pentoo/bootstrap/make.defaults @@ -1 +1,2 @@ USE="${USE} -directfb -introspection -policykit" +FEATURES="binpkg-multi-instance"