From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CE87138330 for ; Sat, 10 Sep 2016 22:05:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E567DE0B78; Sat, 10 Sep 2016 22:05:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A88CFE0B77 for ; Sat, 10 Sep 2016 22:05:47 +0000 (UTC) Received: from [192.168.0.15] (ip68-5-185-102.oc.oc.cox.net [68.5.185.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 249D3340AC0 for ; Sat, 10 Sep 2016 22:05:46 +0000 (UTC) Subject: Re: [gentoo-portage-dev] [PATCH v5] news: Support News-Item-Format 2.0 To: gentoo-portage-dev@lists.gentoo.org References: <2930a3f7-4caa-bd31-599b-4eda22f837ec@gentoo.org> <20160908053105.3391-1-floppym@gentoo.org> From: Zac Medico Message-ID: <2b707a36-5433-e67b-9ede-07690511198d@gentoo.org> Date: Sat, 10 Sep 2016 15:05:44 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 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 In-Reply-To: <20160908053105.3391-1-floppym@gentoo.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 2b3e9239-7f7a-4579-9fe4-867bfd4ddb28 X-Archives-Hash: a5ee9101b9a1c88dceebd5c76635c94e On 09/07/2016 10:31 PM, Mike Gilbert wrote: > Validate Display-If-Installed with EAPI 0 or 5. > Add support for trailing wildcard matching for Display-If-Profile. > > Bug: https://bugs.gentoo.org/577372 > --- > pym/portage/news.py | 50 ++++++++++++++++++++++++++++++++++++++------------ > 1 file changed, 38 insertions(+), 12 deletions(-) LGTM, thanks for addressing all of my concerns. -- Thanks, Zac