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 DDD451381F3
for ; Wed, 7 Nov 2012 13:25:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 7C205E0587;
Wed, 7 Nov 2012 13:25:13 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id 08EDEE0587
for ; Wed, 7 Nov 2012 13:25:12 +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 5501333D881
for ; Wed, 7 Nov 2012 13:25:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by hornbill.gentoo.org (Postfix) with ESMTP id AE522E5442
for ; Wed, 7 Nov 2012 13:25:09 +0000 (UTC)
From: "Michael Palimaka"
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka"
Message-ID: <1352294486.431701fc66d9b9cc0619400df1ec1f89f21d2eb1.kensington@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: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 431701fc66d9b9cc0619400df1ec1f89f21d2eb1
X-VCS-Branch: master
Date: Wed, 7 Nov 2012 13:25:09 +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: bf6d1016-def8-491f-a3eb-e3c656017f00
X-Archives-Hash: dd78c523142c05ea2329fd9515bc88fe
commit: 431701fc66d9b9cc0619400df1ec1f89f21d2eb1
Author: Michael Palimaka gentoo org>
AuthorDate: Wed Nov 7 13:20:12 2012 +0000
Commit: Michael Palimaka gentoo org>
CommitDate: Wed Nov 7 13:21:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=431701fc
bug #394863: update policy wrt USE="static-libs".
---
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 fb4f0d2..f2cef2c 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -75,8 +75,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.