diff --git a/gentoo_portage/make.conf b/gentoo_portage/make.conf index 175b84a..c1b6bef 100644 --- a/gentoo_portage/make.conf +++ b/gentoo_portage/make.conf @@ -21,7 +21,7 @@ BINPKG_FORMAT="gpkg" EMERGE_DEFAULT_OPTS="--buildpkg --buildpkg-exclude \"virtual/* sys-kernel/*-sources */*-bin\" ${EMERGE_DEFAULT_OPTS}" # ccache and distcc -FEATURES="distcc ccache ${FEATURES}" +FEATURES="ccache ${FEATURES}" CCACHE_DIR="/var/cache/ccache" CCACHE_UMASK="0002"