From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
by finch.gentoo.org (Postfix) with ESMTP id 306811381F3
for ; Sat, 17 Nov 2012 19:01:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id A1CBE21C018;
Sat, 17 Nov 2012 19:01:00 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by pigeon.gentoo.org (Postfix) with ESMTPS id 1FC8E21C018
for ; Sat, 17 Nov 2012 19:01:00 +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 3126933D8E7
for ; Sat, 17 Nov 2012 19:00:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by hornbill.gentoo.org (Postfix) with ESMTP id 9ED00E5436
for ; Sat, 17 Nov 2012 19:00:57 +0000 (UTC)
From: "Markos Chandras"
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras"
Message-ID: <1353178823.3f814bfe506038ff41d8e12d2afdbedb6b2a3e66.hwoarang@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
X-VCS-Repository: proj/devmanual
X-VCS-Files: ebuild-writing/common-mistakes/text.xml
X-VCS-Directories: ebuild-writing/common-mistakes/
X-VCS-Committer: hwoarang
X-VCS-Committer-Name: Markos Chandras
X-VCS-Revision: 3f814bfe506038ff41d8e12d2afdbedb6b2a3e66
X-VCS-Branch: master
Date: Sat, 17 Nov 2012 19:00:57 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 51e8708c-8d7d-4cf6-9338-aebb3282eae0
X-Archives-Hash: 05c2575b25e93ea2b256154b33d78018
commit: 3f814bfe506038ff41d8e12d2afdbedb6b2a3e66
Author: Markos Chandras gentoo org>
AuthorDate: Sat Nov 17 19:00:23 2012 +0000
Commit: Markos Chandras gentoo org>
CommitDate: Sat Nov 17 19:00:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=3f814bfe
common-mistakes: Add note about EAPI5 and --disable-silent-rules
Thanks to Michael Palimaka (kensington). Bug #438338
---
ebuild-writing/common-mistakes/text.xml | 4 ++--
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
-For autotools 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 autotools 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.