public inbox for gentoo-pms@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-pms] Patch for review: Fix scope of ED variable
@ 2010-12-02 17:37 Ulrich Mueller
  2010-12-04 14:22 ` Ulrich Mueller
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Mueller @ 2010-12-02 17:37 UTC (permalink / raw
  To: gentoo-pms; +Cc: grobian

PMS says that ED would only be defined in src_install. This looks like
a mistake to me, because ED should have the same scope as D.

Please included below, please review.

Ulrich


From fdc3571bb9e41946606db00ee15de9ec50febb47 Mon Sep 17 00:00:00 2001
From: Ulrich Mueller <ulm@gentoo.org>
Date: Thu, 2 Dec 2010 18:32:48 +0100
Subject: [PATCH] Fix scope of ED variable.

---
 ebuild-env-vars.tex |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index 87333f2..8bb5ee6 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -144,7 +144,7 @@ variable.
     Contains the full path to the image that is about to be or has just been merged. Must be
     non-empty and end in a trailing slash. \\
 \t{ED} &
-    \t{src\_install} &
+    \t{src\_install}, \t{pkg\_preinst}, \t{pkg\_postinst} &
     See \t{D} &
     Like \t{D}, but with \t{EPREFIX} appended. This is a convenience variable. See also the
     \t{EPREFIX} variable. \\
-- 
1.7.3.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-pms] Patch for review: Fix scope of ED variable
  2010-12-02 17:37 [gentoo-pms] Patch for review: Fix scope of ED variable Ulrich Mueller
@ 2010-12-04 14:22 ` Ulrich Mueller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller @ 2010-12-04 14:22 UTC (permalink / raw
  To: gentoo-pms; +Cc: grobian

>>>>> On Thu, 2 Dec 2010, I wrote:

> PMS says that ED would only be defined in src_install. This looks
> like a mistake to me, because ED should have the same scope as D.

Pushed, as there were no comments.

Ulrich



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-04 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 17:37 [gentoo-pms] Patch for review: Fix scope of ED variable Ulrich Mueller
2010-12-04 14:22 ` Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox