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 AEA9213800E for ; Wed, 8 Aug 2012 23:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB8C8E077C; Wed, 8 Aug 2012 23:46:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A137E077C for ; Wed, 8 Aug 2012 23:46:51 +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 71DDB1B4024 for ; Wed, 8 Aug 2012 23:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8DA69E5449 for ; Wed, 8 Aug 2012 23:46:46 +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: <1344469621.127d47e6aba69a528e7f2c9172f105c970bf8239.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/packageinfo.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 127d47e6aba69a528e7f2c9172f105c970bf8239 X-VCS-Branch: master Date: Wed, 8 Aug 2012 23:46:46 +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: ccb90295-b24d-4e75-85e3-c2751a333f4d X-Archives-Hash: a5958db893b3853949aafcb5e7a008e1 commit: 127d47e6aba69a528e7f2c9172f105c970bf8239 Author: André Erdmann mailerd de> AuthorDate: Wed Aug 8 23:47:01 2012 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Aug 8 23:47:01 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=127d47e6 PackageInfo: accept src_uri_base key --- roverlay/packageinfo.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/roverlay/packageinfo.py b/roverlay/packageinfo.py index 5caa9ee..22e87f5 100644 --- a/roverlay/packageinfo.py +++ b/roverlay/packageinfo.py @@ -314,7 +314,8 @@ class PackageInfo ( object ): 'ebuild', 'ebuild_file', 'physical_only', - 'src_uri' + 'src_uri_base', + 'src_uri', )) self._writelock_acquire()