diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-28 00:38:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-28 00:38:31 +0100 |
commit | 1e2500e367cb4b9daee48b18d05b9314aa100d03 (patch) | |
tree | 61385bde7184128348ac96a2626790ebd11fc24b | |
parent | 92f5a1b0b732f7c6b567dc6b360ba8749a15fca6 (diff) |
add sync-type back
-rw-r--r-- | conf/intel/portage/repos.conf/gentoo.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/intel/portage/repos.conf/gentoo.conf b/conf/intel/portage/repos.conf/gentoo.conf index 64b19cd..1dbbaf7 100644 --- a/conf/intel/portage/repos.conf/gentoo.conf +++ b/conf/intel/portage/repos.conf/gentoo.conf @@ -5,8 +5,10 @@ main-repo = gentoo [redcore] location = /usr/ports/redcore +sync-type = git priority = 1000 [gentoo] location = /usr/ports/gentoo +sync-type = git priority = 1 |