diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-13 13:26:32 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-13 13:26:32 +0100 |
commit | 8682e81c2e9d0d9dab6f5ea60c789ab48606e76d (patch) | |
tree | ccdfe7eedd02e2afc157210aaccc9dccfcc81df8 /conf | |
parent | b89c28628de01222bb466d3d3e2d40969372f425 (diff) |
enable parralel installation of packages
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/make.conf/00-features.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/intel/portage/make.conf/00-features.conf b/conf/intel/portage/make.conf/00-features.conf index 3fd3d33..470d506 100644 --- a/conf/intel/portage/make.conf/00-features.conf +++ b/conf/intel/portage/make.conf/00-features.conf @@ -1,3 +1,3 @@ # This file has been automatically generated, do not edit. -FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug -userpriv" +FEATURES="parallel-fetch parallel-install protect-owned candy fakeroot buildpkg compressdebug splitdebug -userpriv" |