diff --git a/conf/armhfp/portage/make.conf b/conf/armhfp/portage/make.conf index 153e76ed..49516677 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="candy distcc distcc-pump buildpkg parallel-fetch parallel-install protect-owned compressdebug splitdebug" +FEATURES="candy buildpkg parallel-fetch parallel-install protect-owned compressdebug splitdebug" EMERGE_DEFAULT_OPTS="-j 3 --buildpkg --binpkg-changed-deps=y --binpkg-respect-use=y" MAKEOPTS="-j5 -l1 -s" CCACHE_SIZE="5G"