aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-11-17 19:00:23 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-11-17 19:00:23 +0000
commit3f814bfe506038ff41d8e12d2afdbedb6b2a3e66 (patch)
treef6847dd8a39289e4bd9d02d3d5ad0e7c84ef186b
parenteapi: Add EAPI 5 information. Bug #438338 (diff)
downloaddevmanual-3f814bfe506038ff41d8e12d2afdbedb6b2a3e66.tar.gz
devmanual-3f814bfe506038ff41d8e12d2afdbedb6b2a3e66.tar.bz2
devmanual-3f814bfe506038ff41d8e12d2afdbedb6b2a3e66.zip
common-mistakes: Add note about EAPI5 and --disable-silent-rules
Thanks to Michael Palimaka (kensington). Bug #438338
-rw-r--r--ebuild-writing/common-mistakes/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index cc15e34..5443a98 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -78,8 +78,8 @@ by default. If you call emake directly for whatever reason, you can do 'emake VE
</p>
<p>
-For <c>autotools</c> based build systems you can pass '--disable-silent-rules' to econf
-until a new EAPI does that automatically. 'emake V=1' should also work.
+For <c>autotools</c> based build systems you can pass '--disable-silent-rules' to econf,
+or use EAPI 5 where that argument is passed automatically. 'emake V=1' should also work.
</p>
<p>