From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 411D6158095 for ; Mon, 18 Jul 2022 20:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5580BE0E90; Mon, 18 Jul 2022 20:14:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 325A7E0E90 for ; Mon, 18 Jul 2022 20:14:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51C2C340F31 for ; Mon, 18 Jul 2022 20:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9DC4500 for ; Mon, 18 Jul 2022 20:14:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658175273.18156a381dfaa4b4afc8c3c3f83ff30ca50d4008.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 18156a381dfaa4b4afc8c3c3f83ff30ca50d4008 X-VCS-Branch: master Date: Mon, 18 Jul 2022 20:14:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f485d049-ef6e-4eb6-a81f-03d98e8b7261 X-Archives-Hash: bf46c1cc7b3b79f49e3a178e26fb4c57 commit: 18156a381dfaa4b4afc8c3c3f83ff30ca50d4008 Author: Sam James gentoo org> AuthorDate: Mon Jul 18 19:48:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 18 20:14:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=18156a38 ebuild.5: update econf for EAPI 6/7/8 Signed-off-by: Sam James gentoo.org> man/ebuild.5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man/ebuild.5 b/man/ebuild.5 index 55a9380d5..9c663213b 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1275,6 +1275,18 @@ Beginning with \fBEAPI 5\fR, \fBeconf\fR adds \fIdisable\-silent\-rules\fR to the arguments if the string \fIdisable\-silent\-rules\fR occurs in the output of \fIconfigure \-\-help\fR. +Beginning with \fBEAPI 6\fR, \fBeconf\fR adds +\fIdocdir\fR and \fIhtmldir\fR if the corresponding string occurs +in the output of \fIconfigure \-\-help\fR. +Beginning with \fBEAPI 7\fR, \fBeconf\fR adds +\fIwith\-sysroot\fR to the arguments if the string +\fIwith\-sysroot\fR occurs in the output of \fIconfigure \-\-help\fR. +Beginning with \fBEAPI 8\fR, \fBeconf\fR adds +\fIdatarootdir\fR to the arguments if the srting +\fIdatarootdir\fR occurs in the output of \fIconfigure \-\-help\fR. Additionally, +in \fBEAPI 8\fR, \fBeconf\fR adds \fIdisable\-static\fR to the arguments +if the string \fIdisable\-static\fR or \fIenable\-static\fR occurs in the output +of \fIconfigure \-\-help\fR. .TP .B emake\fR \fI[make options] This must be used in place of `make` in ebuilds. Performs `${MAKE:-make}