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 58375138D29 for ; Fri, 14 Feb 2014 20:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 088C0E0A70; Fri, 14 Feb 2014 20:31:46 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C8E9E0A6F for ; Fri, 14 Feb 2014 20:31:45 +0000 (UTC) Received: from [192.168.11.3] ([88.150.32.217]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LfC00-1VPtFG44z2-00omTa for ; Fri, 14 Feb 2014 21:31:43 +0100 Message-ID: <52FE7D2E.5000908@gmx.de> Date: Fri, 14 Feb 2014 21:31:42 +0100 From: Sebastian Luther User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131111 Thunderbird/17.0.9 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 To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. References: In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:xdnhxcE1+S/utv4gQTA9LGU0o5uOhoGpAlI3vbxfLUUWlcsSlgS C3Vg5dFM5rM72it9+YGuRQ0sUhPdwj0SlgaJR2c1pbz24OoA0yXkOKn0prl6t222q769e3U r9llFZWc0b6WdPAnX7KVPeHwAguaknodm+PRuRXzIQbQjH4ZFtlhUFfcmJOyWq/N8yIIdiR XIlwyjmQNd9cARq4pOCQw== X-Archives-Salt: d0462ad4-fc11-48d1-a2fa-850c807fcdba X-Archives-Hash: 0b3929639ff3ebe73967ccac9086970f Am 14.02.2014 18:31, schrieb David James: > The --newrepo flag tells emerge to recompile a package if it is now being > pulled from a different repository. > > BUG=chromium:200417 > TEST=Verify ebuilds get pulled in when repo changes. > --- > man/emerge.1 | 5 +++ > pym/_emerge/create_depgraph_params.py | 1 + > pym/_emerge/depgraph.py | 80 > ++++++++++++++++++----------------- Do you have this patch in some public repo to pull from? I just can't manage to get it out of the mail with thunderbird... For now one thing: Please add some tests. - Sebastian