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 1RNWXH-0003tW-L5 for garchives@archives.gentoo.org; Mon, 07 Nov 2011 21:15:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E39C821C046; Mon, 7 Nov 2011 21:15:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B500121C046 for ; Mon, 7 Nov 2011 21:15:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE50F1B4028 for ; Mon, 7 Nov 2011 21:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C6B0180042 for ; Mon, 7 Nov 2011 21:15:02 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: <7d70300bf7feb9c89470f6bb83c7324dee1074d4.arfrever@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: 7d70300bf7feb9c89470f6bb83c7324dee1074d4 Date: Mon, 7 Nov 2011 21:15:02 +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: 9e2b0611-8821-4e45-85a7-cb96603c4766 X-Archives-Hash: 2d800269082c3a5940c4f709f66ef4df commit: 7d70300bf7feb9c89470f6bb83c7324dee1074d4 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Mon Nov 7 21:14:39 2011 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gentoo org> CommitDate: Mon Nov 7 21:14:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D7d70300b depgraph._queue_disjunctive_deps(): Pass EAPI to portage.dep.Atom(). --- pym/_emerge/depgraph.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 2ff6acb..301b252 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -1855,7 +1855,7 @@ class depgraph(object): i +=3D 1 else: try: - x =3D portage.dep.Atom(x) + x =3D portage.dep.Atom(x, eapi=3Dpkg.metadata["EAPI"]) except portage.exception.InvalidAtom: if not pkg.installed: raise portage.exception.InvalidDependString(