diff options
-rw-r--r-- | conf/intel/portage/make.conf.amd64-binmode | 2 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-mixedmode | 2 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-srcmode | 2 | ||||
-rw-r--r-- | conf/intel/portage/repos.conf/gentoo.conf | 8 |
4 files changed, 5 insertions, 9 deletions
diff --git a/conf/intel/portage/make.conf.amd64-binmode b/conf/intel/portage/make.conf.amd64-binmode index ce15c8b..bbd3dd8 100644 --- a/conf/intel/portage/make.conf.amd64-binmode +++ b/conf/intel/portage/make.conf.amd64-binmode @@ -2,8 +2,6 @@ FEATURES="parallel-fetch protect-owned candy compressdebug splitdebug -userpriv" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkgonly --rebuilt-binaries" -source /var/lib/layman/make.conf - source /etc/portage/global.conf/abi.conf source /etc/portage/global.conf/binhost.conf source /etc/portage/global.conf/cflags.conf diff --git a/conf/intel/portage/make.conf.amd64-mixedmode b/conf/intel/portage/make.conf.amd64-mixedmode index 4502445..0961dbe 100644 --- a/conf/intel/portage/make.conf.amd64-mixedmode +++ b/conf/intel/portage/make.conf.amd64-mixedmode @@ -2,8 +2,6 @@ FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug -userpriv" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkg --rebuilt-binaries" -source /var/lib/layman/make.conf - source /etc/portage/global.conf/abi.conf source /etc/portage/global.conf/binhost.conf source /etc/portage/global.conf/cflags.conf diff --git a/conf/intel/portage/make.conf.amd64-srcmode b/conf/intel/portage/make.conf.amd64-srcmode index 59f4246..d00e308 100644 --- a/conf/intel/portage/make.conf.amd64-srcmode +++ b/conf/intel/portage/make.conf.amd64-srcmode @@ -1,8 +1,6 @@ ## PORTAGE FEATURES ## FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug -userpriv" -source /var/lib/layman/make.conf - source /etc/portage/global.conf/abi.conf source /etc/portage/global.conf/binhost.conf source /etc/portage/global.conf/cflags.conf diff --git a/conf/intel/portage/repos.conf/gentoo.conf b/conf/intel/portage/repos.conf/gentoo.conf index b00e0fb..b818177 100644 --- a/conf/intel/portage/repos.conf/gentoo.conf +++ b/conf/intel/portage/repos.conf/gentoo.conf @@ -2,15 +2,17 @@ main-repo = redcore-desktop [redcore-desktop] -location = /var/lib/layman/redcore-desktop +location = /usr/local/portage sync-type = git sync-uri = https://gitlab.com/redcore/redcore-desktop.git -priority = 10 +auto-sync = yes +sync-depth = 1 +priority = 50 [gentoo] location = /usr/portage sync-type = git sync-uri = https://gitlab.com/redcore/portage.git auto-sync = yes -clone-depth = 1 +sync-depth = 1 priority = 1 |