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 1QzGaL-0003AS-0E for garchives@archives.gentoo.org; Thu, 01 Sep 2011 23:22:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E8E021C024; Thu, 1 Sep 2011 23:22:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3BA0121C024 for ; Thu, 1 Sep 2011 23:22:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A68321B402E for ; Thu, 1 Sep 2011 23:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F3BAA80044 for ; Thu, 1 Sep 2011 23:22:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <0615417abfc725592fc0a89faa8741cc193a316a.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/chroot-functions.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0615417abfc725592fc0a89faa8741cc193a316a Date: Thu, 1 Sep 2011 23:22:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cfe8e0ceae380b5090c5ee0d4a43b1ab commit: 0615417abfc725592fc0a89faa8741cc193a316a Author: Matt Turner gmail com> AuthorDate: Thu Sep 1 23:08:04 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Thu Sep 1 23:21:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3D0615417a Set FEATURES=3D-news before emerging ccache/distcc/icecream --- targets/support/chroot-functions.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot= -functions.sh index 638ef67..b19ce9a 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -61,6 +61,7 @@ get_libdir() { =20 setup_myfeatures(){ setup_myemergeopts + export FEATURES=3D"-news" if [ -n "${clst_CCACHE}" ] then export clst_myfeatures=3D"${clst_myfeatures} ccache"