From 96b16fe14dc0e76806159f366dbb181bd089dce0 Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 6 May 2016 23:30:45 +0200 Subject: [PATCH] [armhfp/portage] enable candy feature --- conf/armhfp/portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/armhfp/portage/make.conf b/conf/armhfp/portage/make.conf index cc63a915..401e65b1 100644 --- a/conf/armhfp/portage/make.conf +++ b/conf/armhfp/portage/make.conf @@ -12,7 +12,7 @@ CHOST="armv7a-hardfloat-linux-gnueabi" # Portage configuration ACCEPT_KEYWORDS="arm ~arm" # temporary disable ccache -FEATURES="distcc distcc-pump buildpkg parallel-fetch parallel-install protect-owned compressdebug splitdebug" +FEATURES="candy distcc distcc-pump buildpkg parallel-fetch parallel-install protect-owned compressdebug splitdebug" EMERGE_DEFAULT_OPTS="-j 2 -k --binpkg-changed-deps=y --binpkg-respect-use=y" MAKEOPTS="-j5 -l1 -s" CCACHE_SIZE="5G"