From: Zac Medico Date: Thu, 1 Feb 2007 07:09:16 +0000 (-0000) Subject: Fix --newuse so that it works correctly with --usepkg. X-Git-Tag: v2.2_pre1~1770 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=96e93380a5f34080862aa46b231d13dbf1bd8c6a;p=portage.git Fix --newuse so that it works correctly with --usepkg. svn path=/main/trunk/; revision=5859 --- diff --git a/bin/emerge b/bin/emerge index 059140140..da873ed83 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1130,9 +1130,8 @@ class depgraph: If the package has new iuse flags or different use flags then if --newuse is specified, we need to merge the package. """ if merging==0 and "--newuse" in self.myopts and \ - mytype == "ebuild" and \ vardbapi.cpv_exists(mykey): - pkgsettings.setcpv(mykey, mydb=portdb) + pkgsettings.setcpv(mykey, mydb=mydbapi) forced_flags = set() forced_flags.update(pkgsettings.useforce) forced_flags.update(pkgsettings.usemask)