From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-988589-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C4206139083
	for <garchives@archives.gentoo.org>; Wed,  6 Dec 2017 04:56:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CCA98E1188;
	Wed,  6 Dec 2017 04:56:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A58AAE1188
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Dec 2017 04:56:31 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3763F33BE18
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Dec 2017 04:56:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C3E8AAE65
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Dec 2017 04:56:28 +0000 (UTC)
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org>
Message-ID: <1512536180.f3fa29e78bc7e4803f4d9a93662cc3c1040b00c7.robbat2@gentoo>
Subject: [gentoo-commits] proj/releng:master commit in: config/
X-VCS-Repository: proj/releng
X-VCS-Files: config/nightheron.env
X-VCS-Directories: config/
X-VCS-Committer: robbat2
X-VCS-Committer-Name: Robin H. Johnson
X-VCS-Revision: f3fa29e78bc7e4803f4d9a93662cc3c1040b00c7
X-VCS-Branch: master
Date: Wed,  6 Dec 2017 04:56:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 0a3e4de4-3a02-4818-856e-bc0a8860ddea
X-Archives-Hash: 0b1c0e0d14487bfa619cb0b9c9419c83

commit:     f3fa29e78bc7e4803f4d9a93662cc3c1040b00c7
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 04:56:20 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 04:56:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=f3fa29e7

nightheron: fix variable name.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 config/nightheron.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/nightheron.env b/config/nightheron.env
index b265473e..e0439bfc 100644
--- a/config/nightheron.env
+++ b/config/nightheron.env
@@ -1,4 +1,4 @@
 export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
 export FEATURES="parallel-fetch preserve-libs"
 export MAKEOPTS="-j5 -l4"
-export PORTAGE_DEFAULT_OPTS="--quiet-build=y --jobs=3 --load-avg=4 --color=n --alert=n --fail-clean=y --nospinner --quiet-unmerge-warn"
+export EMERGE_DEFAULT_OPTS="--quiet-build=y --jobs=3 --load-avg=4 --color=n --alert=n --fail-clean=y --nospinner --quiet-unmerge-warn"