From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1160238-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 18A33138350
	for <garchives@archives.gentoo.org>; Thu,  9 Apr 2020 23:27:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 43778E0870;
	Thu,  9 Apr 2020 23:27:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 28AFBE0870
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Apr 2020 23:27:41 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E139134EF16
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Apr 2020 23:27:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 902C52B
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Apr 2020 23:27:37 +0000 (UTC)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <1586474845.c14cd7737367cc6af1991566945f0fda8776d330.blueness@gentoo>
Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/, tools-uclibc/, tools-systemd/
X-VCS-Repository: proj/releng
X-VCS-Files: tools-musl/catalyst.conf.local tools-systemd/catalyst.conf.local tools-uclibc/catalyst.conf.local
X-VCS-Directories: tools-systemd/ tools-uclibc/ tools-musl/
X-VCS-Committer: blueness
X-VCS-Committer-Name: Anthony G. Basile
X-VCS-Revision: c14cd7737367cc6af1991566945f0fda8776d330
X-VCS-Branch: master
Date: Thu,  9 Apr 2020 23:27:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c5bc0ec2-b22f-4945-a863-7b370656d5a5
X-Archives-Hash: 680bc71d896814eafcaa752d7f9d024a

commit:     c14cd7737367cc6af1991566945f0fda8776d330
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  9 23:27:25 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 23:27:25 2020 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=c14cd773

tools-{musl,systemd,uclibc}: fix PORTDIR and friends

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 tools-musl/catalyst.conf.local    | 8 ++++----
 tools-systemd/catalyst.conf.local | 8 ++++----
 tools-uclibc/catalyst.conf.local  | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/tools-musl/catalyst.conf.local b/tools-musl/catalyst.conf.local
index f561a17b..91d3c926 100644
--- a/tools-musl/catalyst.conf.local
+++ b/tools-musl/catalyst.conf.local
@@ -15,10 +15,10 @@ options="autoresume bindist kerncache pkgcache seedcache"
 
 portdir="/usr/portage"
 
-repo_basedir="/usr"
-repo_name="portage"
-target_distdir="/usr/portage/distfiles"
-target_pkgdir="/usr/portage/packages"
+repo_basedir="/var/db/repos"
+repo_name="gentoo"
+target_distdir="/var/cache/distfiles"
+target_pkgdir="/var/cache/binpkgs"
 
 sharedir="/usr/share/catalyst"
 

diff --git a/tools-systemd/catalyst.conf.local b/tools-systemd/catalyst.conf.local
index f561a17b..91d3c926 100644
--- a/tools-systemd/catalyst.conf.local
+++ b/tools-systemd/catalyst.conf.local
@@ -15,10 +15,10 @@ options="autoresume bindist kerncache pkgcache seedcache"
 
 portdir="/usr/portage"
 
-repo_basedir="/usr"
-repo_name="portage"
-target_distdir="/usr/portage/distfiles"
-target_pkgdir="/usr/portage/packages"
+repo_basedir="/var/db/repos"
+repo_name="gentoo"
+target_distdir="/var/cache/distfiles"
+target_pkgdir="/var/cache/binpkgs"
 
 sharedir="/usr/share/catalyst"
 

diff --git a/tools-uclibc/catalyst.conf.local b/tools-uclibc/catalyst.conf.local
index f561a17b..91d3c926 100644
--- a/tools-uclibc/catalyst.conf.local
+++ b/tools-uclibc/catalyst.conf.local
@@ -15,10 +15,10 @@ options="autoresume bindist kerncache pkgcache seedcache"
 
 portdir="/usr/portage"
 
-repo_basedir="/usr"
-repo_name="portage"
-target_distdir="/usr/portage/distfiles"
-target_pkgdir="/usr/portage/packages"
+repo_basedir="/var/db/repos"
+repo_name="gentoo"
+target_distdir="/var/cache/distfiles"
+target_pkgdir="/var/cache/binpkgs"
 
 sharedir="/usr/share/catalyst"