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 9652F1381F3 for ; Fri, 12 Jul 2013 13:57:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A206E096D; Fri, 12 Jul 2013 13:57:04 +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 B8A26E096D for ; Fri, 12 Jul 2013 13:57:03 +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 B919933E793 for ; Fri, 12 Jul 2013 13:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 67331E5462 for ; Fri, 12 Jul 2013 13:57:01 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1373636765.5ba978bbb4230068c6f43626f235a342b7c4cd05.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/config/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/config/entrymap.py X-VCS-Directories: roverlay/config/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 5ba978bbb4230068c6f43626f235a342b7c4cd05 X-VCS-Branch: gsoc13/next Date: Fri, 12 Jul 2013 13:57:01 +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: 6424f21d-68d0-412e-ad57-f8b487bef256 X-Archives-Hash: 3ad1f616085e228646261e5109a62610 Message-ID: <20130712135701.PZwe-IeH3ELDN13J_EI9MJeBXB7TaLQ0Z2s2YdlBxM4@z> commit: 5ba978bbb4230068c6f43626f235a342b7c4cd05 Author: André Erdmann mailerd de> AuthorDate: Fri Jul 12 13:46:05 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Jul 12 13:46:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=5ba978bb config: fix want_dir_create for distfiles_root --- roverlay/config/entrymap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py index 86c17da..e87a289 100644 --- a/roverlay/config/entrymap.py +++ b/roverlay/config/entrymap.py @@ -401,7 +401,7 @@ CONFIG_ENTRY_MAP = dict ( 'this is the directory where per-repo package directories ' 'will be created' ), - want_dir_create = WANT_PRIVATE_FILEDIR | WANT_USERDIR, + want_dir_create = WANT_PRIVATE_DIR | WANT_USERDIR, ), # the repo config file(s)