aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-06-05 12:03:48 +0300
committerChristos.K <freedomrfox@gmail.com>2017-06-05 12:03:48 +0300
commit84af38eb3bc91ce47e6d1b23c5b3c6843891d2eb (patch)
tree18694b3506c4d874c87c43d3acdb81fd9fa30865 /config.d
parentUpdated entry to localhost instead (diff)
downloadGSE-84af38eb3bc91ce47e6d1b23c5b3c6843891d2eb.tar.gz
GSE-84af38eb3bc91ce47e6d1b23c5b3c6843891d2eb.tar.bz2
GSE-84af38eb3bc91ce47e6d1b23c5b3c6843891d2eb.zip
Updated Features
Diffstat (limited to 'config.d')
-rw-r--r--config.d/system/portage/make.conf5
-rw-r--r--config.d/system/portage/makeconf.backup1
2 files changed, 4 insertions, 2 deletions
diff --git a/config.d/system/portage/make.conf b/config.d/system/portage/make.conf
index 7df53e1..2c08930 100644
--- a/config.d/system/portage/make.conf
+++ b/config.d/system/portage/make.conf
@@ -15,9 +15,10 @@ PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
# MAKE OPTS
-MAKEOPTS="-j8"
+MAKEOPTS="-j5"
# EMERGE DEFAULT OPTS
-EMERGE_DEFAULT_OPTS="--load-average 8"
+FEATURES="cgroup clean-logs merge-sync parallel-fetch userfetch"
+EMERGE_DEFAULT_OPTS="--load-average 4"
# MIRRORS
#GENTOO_MIRRORS="http://ftp.ntua.gr/pub/linux/gentoo/ ftp://ftp.ntua.gr/pub/linux/gentoo/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://mirrors.soeasyto.com/distfiles.gentoo.org/
#http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://gentoo.imj.fr/pub/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/
diff --git a/config.d/system/portage/makeconf.backup b/config.d/system/portage/makeconf.backup
index f65c902..e7352bb 100644
--- a/config.d/system/portage/makeconf.backup
+++ b/config.d/system/portage/makeconf.backup
@@ -10,6 +10,7 @@ CHOST="x86_64-pc-linux-gnu"
# These are the USE and USE_EXPAND flags that were used for
# buidling in addition to what is provided by the profile.
USE="bindist"
+FEATURES="cgroup clean-logs merge-sync parallel-fetch userfetch"
CPU_FLAGS_X86="mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"