From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A9ED138A1A for ; Sun, 18 Jan 2015 17:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B450E085D; Sun, 18 Jan 2015 17:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B095BE083B for ; Sun, 18 Jan 2015 17:05:27 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id B9E0433FAD8 for ; Sun, 18 Jan 2015 17:05:26 +0000 (UTC) Date: Sun, 18 Jan 2015 09:05:07 -0800 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] More >= atoms for autounmask USE changes (536392) Message-ID: <20150118090507.3f518de9.dolsen@gentoo.org> In-Reply-To: <1421565200-23147-1-git-send-email-zmedico@gentoo.org> References: <1421565200-23147-1-git-send-email-zmedico@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 4da28ddb-7042-4372-b7bc-980c4a10ba12 X-Archives-Hash: 808862f485911215add73443d8135a5f On Sat, 17 Jan 2015 23:13:20 -0800 Zac Medico wrote: > When checking for packages that will be matched by an autounmask USE > change, account for package visibility (masking), so that we can > generate more >= atoms (as opposed to = atoms that only match very > specific versions). Don't do this for keyword or mask changes, since > that may cause undesired versions to be unmasked! > > X-Gentoo-Bug: 536392 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=536392 > --- > pym/_emerge/depgraph.py | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > looks good, merge please -- Brian Dolbec