From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 857AF1387B1 for ; Mon, 6 Jan 2014 02:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0727EE0BF3; Mon, 6 Jan 2014 02:00:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14DDFE0BED for ; Mon, 6 Jan 2014 02:00:55 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F93233F732 for ; Mon, 6 Jan 2014 02:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4D328E5533 for ; Mon, 6 Jan 2014 02:00:51 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1388723968.1651d24e34f4dcc4061852525f2416d72fcde61e.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst X-VCS-Directories: / X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1651d24e34f4dcc4061852525f2416d72fcde61e X-VCS-Branch: master Date: Mon, 6 Jan 2014 02:00:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 844ff7f1-49d8-4b28-bc25-960e5e090476 X-Archives-Hash: 1002f13e5b74bdbfa4579843b303364a Message-ID: <20140106020051.N_BWM_XG_PMeWRX0YYyBwKzFaMUIsftwvaUIh9OQsCI@z> commit: 1651d24e34f4dcc4061852525f2416d72fcde61e Author: Brian Dolbec gentoo org> AuthorDate: Thu Dec 19 05:04:24 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Jan 3 04:39:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=1651d24e Add "local_overlay" to configdefaults. Fixes commit 463d98f (modules/generic_stage_target.py: Use a 'local_overlay' setting instead of hard-coding '/usr/local/portage', 2012-12-19) --- catalyst | 1 + 1 file changed, 1 insertion(+) diff --git a/catalyst b/catalyst index 4ea4248..82b0942 100755 --- a/catalyst +++ b/catalyst @@ -66,6 +66,7 @@ def parse_config(myconfig): confdefaults = { "distdir": "/usr/portage/distfiles", "hash_function": "crc32", + "local_overlay": "/usr/local/portage", "options": "", "packagedir": "/usr/portage/packages", "portdir": "/usr/portage",