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 BD8421381F3 for ; Wed, 18 Sep 2013 14:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1657E0AA3; Wed, 18 Sep 2013 14:00:35 +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 14064E09B8 for ; Wed, 18 Sep 2013 14:00:34 +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 B593533E917 for ; Wed, 18 Sep 2013 14:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 668E7E530A for ; Wed, 18 Sep 2013 14:00:32 +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: <1379512613.66b7738ec3d88f0766e785cdf890d71597cd5ba0.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/overlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/overlay/root.py X-VCS-Directories: roverlay/overlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 66b7738ec3d88f0766e785cdf890d71597cd5ba0 X-VCS-Branch: master Date: Wed, 18 Sep 2013 14:00:32 +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: 00f9d11d-bd1b-47a3-91c3-580951e05578 X-Archives-Hash: 2a57a5a04e60c8f050de0df08e111bdc commit: 66b7738ec3d88f0766e785cdf890d71597cd5ba0 Author: André Erdmann mailerd de> AuthorDate: Wed Sep 18 13:56:53 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Sep 18 13:56:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=66b7738e fix 4502c63561b4e6390ecc7457d11c4fc1c15e2829 fix a typo causing _write_rsuggests_use_desc() to fail --- roverlay/overlay/root.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roverlay/overlay/root.py b/roverlay/overlay/root.py index 0a3b15e..34a15ee 100644 --- a/roverlay/overlay/root.py +++ b/roverlay/overlay/root.py @@ -385,8 +385,8 @@ class Overlay ( roverlay.overlay.base.OverlayObject ): self._write_rsuggests_use_desc ( desc_file = os.sep.join ([ - PROFILES_DIR, 'desc', use_expand_name.lower(), '.desc' - ]), + PROFILES_DIR, 'desc', use_expand_name.lower(), + ]) + '.desc', use_expand_name = use_expand_name.upper(), backup_file = CONFIG_GET ( 'OVERLAY.backup_desc', True ), flagdesc_file = CONFIG_GET (