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 1QTcF1-0000qH-NX for garchives@archives.gentoo.org; Mon, 06 Jun 2011 16:01:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC4CB1C039; Mon, 6 Jun 2011 16:01:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 777A91C039 for ; Mon, 6 Jun 2011 16:01:15 +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 8F10A1B4004 for ; Mon, 6 Jun 2011 15:52:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C89E88003C for ; Mon, 6 Jun 2011 15:52:31 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: appendices.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: a88d6476e8173dd0183ff1a08280ac7f8664fa63 Date: Mon, 6 Jun 2011 15:52:31 +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: c7eb2db894a048990f04b96de6752c30 commit: a88d6476e8173dd0183ff1a08280ac7f8664fa63 Author: Ulrich Mueller gentoo org> AuthorDate: Sat May 28 14:18:42 2011 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat May 28 14:18:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3Da88d6476 List EMERGE_ as unspecified variables. See bug 368865. --- appendices.tex | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/appendices.tex b/appendices.tex index a604a3f..9e91ede 100644 --- a/appendices.tex +++ b/appendices.tex @@ -13,7 +13,7 @@ been abused in the past. =20 \begin{compactitem} \item The \t{FEATURES} variable. This is Portage specific. -\item Similarly, any \t{PORTAGE\_} variable not explicitly listed. +\item Similarly, any \t{EMERGE\_} variable and any \t{PORTAGE\_} variabl= e not explicitly listed. \item Any Portage configuration file. \item The VDB (\t{/var/db/pkg}). Ebuilds must not access this or rely up= on it existing or being in any particular format.