diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-23 13:19:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-23 13:19:46 +0100 |
commit | e57da594783e3f33c3f0ce4149c444b581f8bfd0 (patch) | |
tree | 986b822b1f0226456bffcd18f187952f5c6bc70e /conf/intel | |
parent | 44190775b526c2feaeed573eab463c4932c5d81a (diff) |
split some configs
Diffstat (limited to 'conf/intel')
-rw-r--r-- | conf/intel/portage/make.conf/00-binpkg | 4 | ||||
-rw-r--r-- | conf/intel/portage/make.conf/00-generic | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf/00-binpkg b/conf/intel/portage/make.conf/00-binpkg new file mode 100644 index 0000000..62e3bf1 --- /dev/null +++ b/conf/intel/portage/make.conf/00-binpkg @@ -0,0 +1,4 @@ +# This file has been automatically generated, do not edit. + +BINPKG_FORMAT="gpkg" +BINPKG_COMPRESS="zstd" diff --git a/conf/intel/portage/make.conf/00-generic b/conf/intel/portage/make.conf/00-generic index 57e2800..5cd084f 100644 --- a/conf/intel/portage/make.conf/00-generic +++ b/conf/intel/portage/make.conf/00-generic @@ -1,5 +1,3 @@ # This file has been automatically generated, do not edit. -BINPKG_FORMAT="gpkg" -BINPKG_COMPRESS="zstd" CLEAN_DELAY="0" |