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 BBD8B13888F for ; Thu, 8 Oct 2015 20:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DCF221C005; Thu, 8 Oct 2015 20:33:21 +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 09EDF21C005 for ; Thu, 8 Oct 2015 20:33:21 +0000 (UTC) Received: from professor-x (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 5DA3F340753 for ; Thu, 8 Oct 2015 20:33:20 +0000 (UTC) Date: Thu, 8 Oct 2015 13:32:30 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH] main: use find_binary from snakeoil Message-ID: <20151008133230.0e0b1e10.dolsen@gentoo.org> In-Reply-To: <1444335687-29173-1-git-send-email-vapier@gentoo.org> References: <1444335687-29173-1-git-send-email-vapier@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: faab2f9c-6a7a-4344-a7f7-353e3f552974 X-Archives-Hash: e85cd0afbfab43bb9e55fa51508a9185 On Thu, 8 Oct 2015 16:21:27 -0400 Mike Frysinger wrote: > No point in duplicating our own version when snakeoil provides it. > --- > catalyst/main.py | 12 +++++++++--- > catalyst/support.py | 13 ------------- > 2 files changed, 9 insertions(+), 16 deletions(-) > > :) looks good -- Brian Dolbec