diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-19 23:40:37 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-19 23:40:37 +0100 |
commit | bc1db1a2e1447942a7459862409d71edc1448f8c (patch) | |
tree | 432d4d0f5e1438a970ad2a8a1d085fc2f6978f3c /conf | |
parent | f657d10af9cc53a54ba7dca59b48559dc9cd6eed (diff) |
make portage behave more like sisyphus, aka pull binaries whenever they exist and USE flags match
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/make.conf/00-features.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/intel/portage/make.conf/00-features.conf b/conf/intel/portage/make.conf/00-features.conf index 3fd3d33..b016771 100644 --- a/conf/intel/portage/make.conf/00-features.conf +++ b/conf/intel/portage/make.conf/00-features.conf @@ -1,3 +1,4 @@ # This file has been automatically generated, do not edit. FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug -userpriv" +EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkg --rebuilt-binaries --misspell-suggestion=n --fuzzy-search=n" |