From 0e41ffc3363cab79cfed78a833decbea478418c1 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 20 Jan 2021 23:05:01 +0100 Subject: [PATCH] build_library/catalyst.sh: Fix paths to ebuild repos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have no idea how this thing worked before - the repos never were in /usr/portage nor in /usr/local/portage… But the newer version of portage seems to be pretty picky about the validity of repos location, so fix them. --- build_library/catalyst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_library/catalyst.sh b/build_library/catalyst.sh index 7e32419a81..bc7094b11d 100644 --- a/build_library/catalyst.sh +++ b/build_library/catalyst.sh @@ -91,10 +91,10 @@ main-repo = portage-stable disabled = true [coreos] -location = /usr/portage +location = /var/gentoo/repos/local [portage-stable] -location = /usr/local/portage +location = /var/gentoo/repos/gentoo EOF }