From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ONSwN-0007sG-23 for garchives@archives.gentoo.org; Sat, 12 Jun 2010 15:48:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 722A9E08F9; Sat, 12 Jun 2010 15:48:05 +0000 (UTC) Received: from smtp-vbr19.xs4all.nl (smtp-vbr19.xs4all.nl [194.109.24.39]) by pigeon.gentoo.org (Postfix) with ESMTP id 80986E08FF for ; Sat, 12 Jun 2010 15:47:44 +0000 (UTC) Received: from epia.jer-c2.orkz.net (atwork-106.r-212.178.112.atwork.nl [212.178.112.106]) (authenticated bits=0) by smtp-vbr19.xs4all.nl (8.13.8/8.13.8) with ESMTP id o5CFlhOb061750 for ; Sat, 12 Jun 2010 17:47:43 +0200 (CEST) (envelope-from jer@gentoo.org) Date: Sat, 12 Jun 2010 17:47:41 +0200 From: Jeroen Roovers To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-python/traits: traits-3.4.0.ebuild Message-ID: <20100612174741.6e8d3e1d@epia.jer-c2.orkz.net> In-Reply-To: <201006102225.49574.Arfrever@gentoo.org> References: <20100610191934.39FEA2CAD8@corvid.gentoo.org> <201006102200.20515.Arfrever@gentoo.org> <20100610201623.GB8396@gentoo.org> <201006102225.49574.Arfrever@gentoo.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.9; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Archives-Salt: 9e95a884-5f06-4372-a8f5-81088fe44d11 X-Archives-Hash: e6cdd13d4e9bd698c96b97ceab07b00f On Thu, 10 Jun 2010 22:25:48 +0200 Arfrever Frehtes Taifersar Arahesis wrote: > If a change in EAPI doesn't require any other changes in ebuild, then > it's a trivial change. Trivial is when you fix spelling in text sent to stdout/stderr or change the text of a comment. Any change to code, including variables, is not trivial and should be documented in the ChangeLog. jer