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 1SjDIB-0001NQ-7P for garchives@archives.gentoo.org; Mon, 25 Jun 2012 17:41:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 502A5E07F5; Mon, 25 Jun 2012 17:41:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0AA53E07F5 for ; Mon, 25 Jun 2012 17:41:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B91F1B4437 for ; Mon, 25 Jun 2012 17:41:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33457E5432 for ; Mon, 25 Jun 2012 17:41:24 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1340646071.f0f2f9b677b144f2290f9ab8bf0d72c41c221936.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/_config/, bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/save-ebuild-env.sh pym/portage/package/ebuild/_config/special_env_vars.py X-VCS-Directories: pym/portage/package/ebuild/_config/ bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: f0f2f9b677b144f2290f9ab8bf0d72c41c221936 X-VCS-Branch: master Date: Mon, 25 Jun 2012 17:41:24 +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: 846e5c68-8eeb-48e4-b77c-286cfbb5e16d X-Archives-Hash: 9a0494e24ec2d92ad49f8d00b5d78279 commit: f0f2f9b677b144f2290f9ab8bf0d72c41c221936 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 25 17:41:11 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 25 17:41:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Df0f2f9b6 whitelist PORTAGE_DOHTML_WARN_ON_SKIPPED_FILES --- bin/save-ebuild-env.sh | 1 + .../package/ebuild/_config/special_env_vars.py | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh index 083c79e..a4fe38e 100644 --- a/bin/save-ebuild-env.sh +++ b/bin/save-ebuild-env.sh @@ -81,6 +81,7 @@ save_ebuild_env() { NOCOLOR NORMAL PKGDIR PKGUSE PKG_LOGDIR PKG_TMPDIR \ PORTAGE_BASHRCS_SOURCED PORTAGE_COMPRESS \ PORTAGE_COMPRESS_EXCLUDE_SUFFIXES \ + PORTAGE_DOHTML_WARN_ON_SKIPPED_FILES \ PORTAGE_NONFATAL PORTAGE_QUIET \ PORTAGE_SANDBOX_DENY PORTAGE_SANDBOX_PREDICT \ PORTAGE_SANDBOX_READ PORTAGE_SANDBOX_WRITE PREROOTPATH \ diff --git a/pym/portage/package/ebuild/_config/special_env_vars.py b/pym= /portage/package/ebuild/_config/special_env_vars.py index a01c177..38171ff 100644 --- a/pym/portage/package/ebuild/_config/special_env_vars.py +++ b/pym/portage/package/ebuild/_config/special_env_vars.py @@ -53,6 +53,7 @@ environ_whitelist +=3D [ "PORTAGE_COLORMAP", "PORTAGE_COMPRESS", "PORTAGE_COMPRESS_EXCLUDE_SUFFIXES", "PORTAGE_CONFIGROOT", "PORTAGE_DEBUG", "PORTAGE_DEPCACHEDIR", + "PORTAGE_DOHTML_WARN_ON_SKIPPED_FILES", "PORTAGE_EBUILD_EXIT_FILE", "PORTAGE_FEATURES", "PORTAGE_GID", "PORTAGE_GRPNAME", "PORTAGE_INST_GID", "PORTAGE_INST_UID",