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 585831397EC for ; Wed, 19 Aug 2015 19:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65ED4142A7; Wed, 19 Aug 2015 19:58:45 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3701E141A8 for ; Wed, 19 Aug 2015 19:58:44 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C26D72018C for ; Wed, 19 Aug 2015 15:58:43 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 19 Aug 2015 15:58:43 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=w4DmxWlRcZpSbpzx012ugMqv+cY=; b=palN4 aEASVJxEmN9qRY0igzeTZba1QlhDKpIfTvsigS0UoJ3oUSzWS1ACHdUDGT6GXaGw LAOWfgjuODzMHHk4uEBYzoxQiFkwofzmQbCKET1SeY3BibhMsbcYL6SZtKfM/xSb pacpVbtaOppmlWb4m3izDbi/6G4HsQWBnxSXnU= X-Sasl-enc: OZwOxN2XhDvVseEcbovJlfOtQsBJ9Ji3Xi0g8/jmL3a/ 1440014323 Received: from apio.adsroot.itcs.umich.edu (0587393652.wireless.umich.net [35.2.234.116]) by mail.messagingengine.com (Postfix) with ESMTPA id 68F1C680217; Wed, 19 Aug 2015 15:58:43 -0400 (EDT) Date: Wed, 19 Aug 2015 15:58:42 -0400 From: Alec Ten Harmsel To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: !!!! Message-ID: <20150819195842.GB734@apio.adsroot.itcs.umich.edu> References: <55D38D15.3040800@verizon.net> <55D3F471.8070904@cox.net> <201508192055.18533.michaelkintzios@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508192055.18533.michaelkintzios@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Archives-Salt: a025ba00-a9b7-4da6-947a-e80dd5771cdf X-Archives-Hash: d9e322408d4d687ee08fea0f359e6217 On Wed, Aug 19, 2015 at 08:55:16PM +0100, Mick wrote: > On Wednesday 19 Aug 2015 10:28:48 Jeremi Piotrowski wrote: > > Smart live rebuild only deals with live ebuilds. How would it help in this > > case? > > Anyone cares to explain what is a "live ebuild"? > > Then I may be able to understand what @smart-live-rebuild may be useful for. > :-/ > > -- > Regards, > Mick A "live ebuild" is an ebuild that pulls the code to build straight from whatever version control the developers are using, so you always have the latest and greatest. Alec