From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IUSx2-0004Gr-Qm for garchives@archives.gentoo.org; Sun, 09 Sep 2007 20:00:13 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l89JpoAI006846; Sun, 9 Sep 2007 19:51:50 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l89JmNx9001887 for ; Sun, 9 Sep 2007 19:48:24 GMT Received: by ug-out-1314.google.com with SMTP id j3so304161ugf for ; Sun, 09 Sep 2007 12:48:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; bh=9JOrPYEQXRZ+s4JcJIC4FIWs0rHLo8TiRwHbJosu+gI=; b=PZjsBZkkZwUyBsAd+u8v501bku2u6H9BHiVvBWJ/7v6vcqZ2nuy10lGpOEh1DaFe0cPNBhzupmMlkWaGu+2ehyg03c/27BS+ASgsX4orr+KN+K4PPyqVtXSC4O2t0OYGtmSCUGy8M0wx/OguvWxMJzaIP7JdoJF//mGFhpZmPLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=NpHV/FTcGs8wSOHPr8icyxqGSTOCmGQhwFy6V/tjPjd+P51ld5rBAixF5KQszc4FVMhxkJIkCqNx3QnMQHc9RsfCyILTPh6KvMKs4qaNSLQBOgrf5S0btdJqfaaVEUuJAxmJWLavSKdx4W4E1Dtu2ecdVC3G5PcrI4Bes7+1Zrc= Received: by 10.66.233.14 with SMTP id f14mr3872974ugh.1189367304072; Sun, 09 Sep 2007 12:48:24 -0700 (PDT) Received: from phoebe.lan ( [212.76.57.12]) by mx.google.com with ESMTPS id s1sm3210618uge.2007.09.09.12.48.21 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Sep 2007 12:48:22 -0700 (PDT) From: Piotr =?utf-8?q?Jaroszy=C5=84ski?= To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] New eclass: cmake-utils.eclass Date: Sun, 9 Sep 2007 21:48:14 +0200 User-Agent: KMail/1.9.7 References: <200709092115.17423.philantrop@gentoo.org> In-Reply-To: <200709092115.17423.philantrop@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200709092148.15201.peper@gentoo.org> Sender: =?UTF-8?B?UGlvdHIgSmFyb3N6ecWEc2tp?= X-Archives-Salt: c84cc699-4ea9-43b8-a210-61ee6a116058 X-Archives-Hash: 44706a2a0828ea9e56a8e517c51a4d84 >> if ! emake -j1 check; then >> hasq test $FEATURES && die "Make check failed. See above for details." >> hasq test $FEATURES || eerror "Make check failed. See above for detail= s." >> fi No reason to check for test in FEATURES, make it die uncodnitionally. btw. ebuilds shouldn't access FEATURES at all. =2D-=20 Best Regards, Piotr Jaroszy=C5=84ski -- gentoo-dev@gentoo.org mailing list