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.77) (envelope-from ) id 1SoTDU-0001Fq-0Q for garchives@archives.gentoo.org; Tue, 10 Jul 2012 05:42:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50672E0C35; Tue, 10 Jul 2012 05:42:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 19800E0C35 for ; Tue, 10 Jul 2012 05:42:23 +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 86FB91B4005 for ; Tue, 10 Jul 2012 05:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 65EF6E5433 for ; Tue, 10 Jul 2012 05:42:20 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1341898908.8639e39d6c13306661261a3cb66c6827bcd2d26c.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8639e39d6c13306661261a3cb66c6827bcd2d26c X-VCS-Branch: master Date: Tue, 10 Jul 2012 05:42:20 +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: efcd4e37-eaf1-4ec7-a1fd-c7031ceb7400 X-Archives-Hash: 47dcd25963cadecc074e078646df2916 commit: 8639e39d6c13306661261a3cb66c6827bcd2d26c Author: Mike Frysinger gentoo org> AuthorDate: Tue Jul 10 05:41:48 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jul 10 05:41:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D8639e39d ebuild(5): note that keepdir/dodir accept multiple paths Current documentation indicates these only take one path, but they both accept an arbitrary number of paths. Signed-off-by: Mike Frysinger gentoo.org> --- man/ebuild.5 | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 8ed8136..a65fef2 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -615,7 +615,7 @@ CFLAGS, CXXFLAGS, FFLAGS, FCFLAGS, and LDFLAGS variab= les. This should contain a list of file paths, relative to the image director= y, of files that contain .hash sections. The paths may contain regular express= ions with escape\-quoted special characters. This variable is deprecated. Use -\fBQA_FLAGS_IGNORED\f instead. +\fBQA_FLAGS_IGNORED\fR instead. .br This variable is intended to be used on files of binary packages which i= gnore LDFLAGS variable. @@ -1105,8 +1105,8 @@ that this expression does \fBNOT\fR use the offset = prefix. .BR 'dosed\ "s:/usr/local:/usr:g"\ /usr/bin/some\-script' runs sed on ${ED}/usr/bin/some\-script .TP -\fBdodir\fR \fI\fR -Creates a directory inside of ${ED}. +\fBdodir\fR \fI [more paths]\fR +Creates directories inside of ${ED}. .br .BR 'dodir\ /usr/lib/apache' creates ${ED}/usr/lib/apache. Note that the do* functions will run @@ -1122,8 +1122,8 @@ Sets the root (\fIDESTTREE\fR) for other functions = like \fBdobin\fR, .br The default root is /usr. .TP -\fBkeepdir\fR \fI\fR -Tells portage to leave a directory behind even if it is empty. Function= s +\fBkeepdir\fR \fI [more paths]\fR +Tells portage to leave directories behind even if they're empty. Functi= ons the same as \fBdodir\fR. .TP \fBdobin\fR \fI [list of more binaries]\fR