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 1QXehl-0003Hx-Bm for garchives@archives.gentoo.org; Fri, 17 Jun 2011 19:27:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 325311C037; Fri, 17 Jun 2011 19:27:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F08011C037 for ; Fri, 17 Jun 2011 19:27:36 +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 67A041B400C for ; Fri, 17 Jun 2011 19:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BF8568003C for ; Fri, 17 Jun 2011 19:27:32 +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: <6e46d31e069d478d51ab2c0febc90f3f69874850.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/package/ebuild/doebuild.py X-VCS-Directories: pym/portage/package/ebuild/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6e46d31e069d478d51ab2c0febc90f3f69874850 Date: Fri, 17 Jun 2011 19:27:32 +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: 2baaabfa24826e0bd822d73d1e143f5e commit: 6e46d31e069d478d51ab2c0febc90f3f69874850 Author: Zac Medico gentoo org> AuthorDate: Fri Jun 17 19:25:31 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jun 17 19:25:31 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D6e46d31e doebuild: export REPLACING_VERSIONS more This is for api consumers like Sabayon's Entropy. --- pym/portage/package/ebuild/doebuild.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package= /ebuild/doebuild.py index 5c81fbd..782e8f1 100644 --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py @@ -702,7 +702,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debu= g=3D0, listonly=3D0, mysettings.configdict["pkg"]["MERGE_TYPE"] =3D "binary" =20 if eapi_exports_replace_vars(mysettings["EAPI"]) and \ - (mydo in ("pretend", "setup") or \ + (mydo in ("postinst", "postrm", "preinst", "prerm", "pretend", "setup= ") or \ ("noauto" not in features and not returnpid and \ (mydo in actionmap_deps or mydo in ("merge", "package", "qmerge")))): if not vartree: