From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pm4R6-0007FE-CH for garchives@archives.gentoo.org; Sun, 06 Feb 2011 13:13:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E95DEE0A83; Sun, 6 Feb 2011 13:09:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA110E0B7C for ; Sun, 6 Feb 2011 13:09:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B48B1B41C7 for ; Sun, 6 Feb 2011 13:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E88BD8006D for ; Sun, 6 Feb 2011 13:09:54 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <2380b23e756caf6b91de8bea333508b46dda8ed7.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: pym/portage/package/ebuild/_config/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/package/ebuild/_config/KeywordsManager.py X-VCS-Directories: pym/portage/package/ebuild/_config/ X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: 2380b23e756caf6b91de8bea333508b46dda8ed7 Date: Sun, 6 Feb 2011 13:09:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a55c3d016a6fbc132607dd254ff18502 commit: 2380b23e756caf6b91de8bea333508b46dda8ed7 Author: Zac Medico gentoo org> AuthorDate: Mon Jan 31 08:07:29 2011 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Mon Jan 31 08:07:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D2380b23e getRawMissingKeywords: fix getEgroups breakage --- .../package/ebuild/_config/KeywordsManager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/package/ebuild/_config/KeywordsManager.py b/pym/= portage/package/ebuild/_config/KeywordsManager.py index 247dcb4..0b593f6 100644 --- a/pym/portage/package/ebuild/_config/KeywordsManager.py +++ b/pym/portage/package/ebuild/_config/KeywordsManager.py @@ -174,7 +174,7 @@ class KeywordsManager(object): # doesn't work properly as negative values are lost in the config # object (bug #139600) if backuped_accept_keywords: - egroups =3D self._getEgroups(backuped_accept_keywords.split(), + pgroups =3D self._getEgroups(backuped_accept_keywords.split(), pgroups) else: pgroups =3D set(pgroups)