From e837f1a043b0db1d950a3f29c6af223d6c0b15c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 22 Jul 2021 21:09:29 +0100 Subject: crossdev configs --- conf/cross/portage/repos.conf/gentoo.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf/cross/portage/repos.conf/gentoo.conf (limited to 'conf/cross/portage/repos.conf') diff --git a/conf/cross/portage/repos.conf/gentoo.conf b/conf/cross/portage/repos.conf/gentoo.conf new file mode 100644 index 0000000..ccbedb0 --- /dev/null +++ b/conf/cross/portage/repos.conf/gentoo.conf @@ -0,0 +1,20 @@ +# This file has been automatically generated, do not edit. + +[DEFAULT] +main-repo = gentoo + +[redcore] +location = /usr/ports/redcore +sync-type = git +sync-uri = https://pagure.io/redcore/redcore-desktop.git +auto-sync = yes +clone-depth = 1 +priority = 1000 + +[gentoo] +location = /usr/ports/gentoo +sync-type = git +sync-uri = https://pagure.io/redcore/portage.git +auto-sync = yes +clone-depth = 1 +priority = 1 -- cgit v1.2.3