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 06D22138A1A for ; Sat, 17 Jan 2015 20:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8C61E087E; Sat, 17 Jan 2015 20:20:43 +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 6333BE0872 for ; Sat, 17 Jan 2015 20:20:43 +0000 (UTC) Received: from [192.168.0.13] (ip174-67-205-96.oc.oc.cox.net [174.67.205.96]) (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 23AFC340770; Sat, 17 Jan 2015 20:20:42 +0000 (UTC) Message-ID: <54BAC418.5010200@gentoo.org> Date: Sat, 17 Jan 2015 12:20:40 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.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 To: Sergei Trofimovich , gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] Re: [PATCH] bin/eapi.sh: default to EAPI=0 when EAPI is unset References: <1421496447-20561-1-git-send-email-slyfox@gentoo.org> In-Reply-To: <1421496447-20561-1-git-send-email-slyfox@gentoo.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1c3b3921-7139-4d82-8aa8-ce8fba2825c4 X-Archives-Hash: 0edc9839c24bd9ea5e988d8a514be171 On 01/17/2015 04:07 AM, Sergei Trofimovich wrote: > For consistency and defense against future copy/paste errors > converted all uses of ${EAPI} for ${EAPI-0} in 'bin/eapi.sh'. > > Signed-off-by: Sergei Trofimovich > --- > bin/eapi.sh | 90 ++++++++++++++++++++++++++++++------------------------------- > 1 file changed, 45 insertions(+), 45 deletions(-) LGTM. -- Thanks, Zac