From: Zac Medico Date: Thu, 30 Dec 2010 22:41:18 +0000 (-0800) Subject: ebuild(5): dosed is not supported in EAPI 4 X-Git-Tag: v2.2.0_alpha11~23 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a8bb48caab41b36c90d1a3e6a3735ab9ad3e0709;p=portage.git ebuild(5): dosed is not supported in EAPI 4 --- diff --git a/man/ebuild.5 b/man/ebuild.5 index 9fa3b89af..adc6b0815 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -916,6 +916,9 @@ multiple directories. .PD 1 .TP \fBdosed\fR \fI"s:orig:change:g" \fR +Beginning with \fBEAPI 4\fR, the \fBdosed\fR helper no longer exists. Ebuilds +should call \fBsed(1)\fR directly (and assume that it is GNU sed). + Performs sed in place on \fIfilename\fR inside ${ED}. If no expression is given then \fI"s:${D}::g"\fR is used as the default expression. Note that this expression does \fBNOT\fR use the offset prefix.