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 <gentoo-commits+bounces-396882-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RKIpL-0007zO-16 for garchives@archives.gentoo.org; Sun, 30 Oct 2011 00:00:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B21421C045; Sun, 30 Oct 2011 00:00:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6781721C045 for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2011 00:00:31 +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 E13A7646CC for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2011 00:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2C9C780042 for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2011 00:00:30 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <0744ebedfda56f446f83630084a8532edd68e363.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/dbapi/porttree.py X-VCS-Directories: pym/portage/dbapi/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0744ebedfda56f446f83630084a8532edd68e363 Date: Sun, 30 Oct 2011 00:00:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e71179b8dc8e85bc07d60c4e9a43befe commit: 0744ebedfda56f446f83630084a8532edd68e363 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 23:52:06 2011 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 23:52:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D0744ebed portagetree: remove broken depcheck method It called dep_check without the required third argument. --- pym/portage/dbapi/porttree.py | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.p= y index 9ad434f..15f1faf 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -26,7 +26,7 @@ from portage.exception import PortageException, \ from portage.localization import _ =20 from portage import eclass_cache, \ - eapi_is_supported, dep_check, \ + eapi_is_supported, \ _eapi_is_deprecated from portage import os from portage import _encodings @@ -1138,9 +1138,6 @@ class portagetree(object): psplit =3D pkgsplit(mysplit[1]) return "/".join([self.portroot, mysplit[0], psplit[0], mysplit[1]])+".= ebuild" =20 - def depcheck(self, mycheck, use=3D"yes", myusesplit=3DNone): - return dep_check(mycheck, self.dbapi, use=3Duse, myuse=3Dmyusesplit) - def getslot(self,mycatpkg): "Get a slot for a catpkg; assume it exists." myslot =3D ""