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 1REMzb-0000DX-8A for garchives@archives.gentoo.org; Thu, 13 Oct 2011 15:14:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C567021C087; Thu, 13 Oct 2011 15:14:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9888621C087 for ; Thu, 13 Oct 2011 15:14:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 393641B4022 for ; Thu, 13 Oct 2011 15:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 77DC180042 for ; Thu, 13 Oct 2011 15:14:34 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <2ae07610ad187de2182fe0a36611042104f66511.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/quickpkg X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 2ae07610ad187de2182fe0a36611042104f66511 Date: Thu, 13 Oct 2011 15:14:34 +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: e13b4819b17ae432c5d3d1b6cc03a42b commit: 2ae07610ad187de2182fe0a36611042104f66511 Author: Zac Medico gentoo org> AuthorDate: Thu Oct 13 15:14:18 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Oct 13 15:14:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D2ae07610 quickpkg_extended_atom: handle =3D* operator --- bin/quickpkg | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/bin/quickpkg b/bin/quickpkg index c95a584..0982c4a 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -201,6 +201,11 @@ def quickpkg_extended_atom(options, infos, arg, eout= ): infos["missing"].append(arg) return =20 + if not atom.extended_syntax: + # =3D* operator + quickpkg_atom(options, infos, atom, eout) + return + require_metadata =3D atom.slot or atom.repo atoms =3D [] for cpv in vardb.cpv_all():