summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-12-30 14:41:18 -0800
committerZac Medico <zmedico@gentoo.org>2010-12-30 14:41:18 -0800
commita8bb48caab41b36c90d1a3e6a3735ab9ad3e0709 (patch)
tree556133bd31c9cb2fa322d393e21e8b2aa99cdefe /man
parent9783e6b657e499527c1ead04f22cdf0a5d4d7d8e (diff)
downloadportage-a8bb48caab41b36c90d1a3e6a3735ab9ad3e0709.tar.gz
portage-a8bb48caab41b36c90d1a3e6a3735ab9ad3e0709.tar.bz2
portage-a8bb48caab41b36c90d1a3e6a3735ab9ad3e0709.zip
ebuild(5): dosed is not supported in EAPI 4
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.53
1 files changed, 3 insertions, 0 deletions
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" <filename>\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.