diff options
-rw-r--r-- | conf/intel/portage/repos.conf/gentoo.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/repos.conf/gentoo.conf b/conf/intel/portage/repos.conf/gentoo.conf index b818177..b0996df 100644 --- a/conf/intel/portage/repos.conf/gentoo.conf +++ b/conf/intel/portage/repos.conf/gentoo.conf @@ -6,7 +6,7 @@ location = /usr/local/portage sync-type = git sync-uri = https://gitlab.com/redcore/redcore-desktop.git auto-sync = yes -sync-depth = 1 +clone-depth = 1 priority = 50 [gentoo] @@ -14,5 +14,5 @@ location = /usr/portage sync-type = git sync-uri = https://gitlab.com/redcore/portage.git auto-sync = yes -sync-depth = 1 +clone-depth = 1 priority = 1 |