Gentoo Archives: gentoo-pms

From: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
To: gentoo-pms@l.g.o
Cc: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
Subject: [gentoo-pms] [PATCH] dohtml without -r may or may not error on a dir
Date: Tue, 03 Nov 2009 16:08:31
Message-Id: 1257264490-27286-1-git-send-email-ciaran.mccreesh@googlemail.com
1 Different Portage versions do different things.
2 ---
3 pkg-mgr-commands.tex | 3 +++
4 1 files changed, 3 insertions(+), 0 deletions(-)
5
6 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
7 index ff2b9a6..4b88b20 100644
8 --- a/pkg-mgr-commands.tex
9 +++ b/pkg-mgr-commands.tex
10 @@ -322,6 +322,9 @@ that can be passed to \t{dohtml} are as follows:
11
12 Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
13
14 + It is undefined whether a failure shall occur if \t{-r} is not specified and a directory is
15 + encountered. Ebuilds must not rely upon any particular behaviour.
16 +
17 \IFKDEBUILDELSE
18 {
19 In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as
20 --
21 1.6.5.rc1

Replies

Subject Author
Re: [gentoo-pms] [PATCH] dohtml without -r may or may not error on a dir Christian Faulhammer <fauli@g.o>