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 2E511158094 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 45DABE0E94; Mon, 18 Jul 2022 20:14:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0E967E0E90 for ; Mon, 18 Jul 2022 20:14:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 37E40340F20 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 C480E535 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: <1658175274.333f0a12627c33f5bf5be4b68b5af4ce093d32f6.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: 333f0a12627c33f5bf5be4b68b5af4ce093d32f6 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: 08aea3b4-5c1d-4deb-a748-a3ac70c1b470 X-Archives-Hash: 3ff5c458c1ebfcd0ed03f949dab4bcbb commit: 333f0a12627c33f5bf5be4b68b5af4ce093d32f6 Author: Sam James gentoo org> AuthorDate: Mon Jul 18 20:11:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 18 20:14:34 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=333f0a12 ebuild.5: drop --disable-dependency-tracking in "example" econf As discussed in #gentoo-qa, it's easier for now to drop this for consistency rather than add all the extra args (which would be wrong by itself without rephrasing all the text below to say e.g. "in EAPI ..., econf doesn't add ..."). So, go for the easiest fix for now so that things make sense, and we can revisit later. Signed-off-by: Sam James gentoo.org> man/ebuild.5 | 1 - 1 file changed, 1 deletion(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 9c663213b..18547122e 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1257,7 +1257,6 @@ ${\fIECONF_SOURCE\fR:-.}/configure \\ \-\-mandir="${EPREFIX}"/usr/share/man \\ \-\-sysconfdir="${EPREFIX}"/etc \\ ${CTARGET:+\-\-target=${CTARGET}} \\ - \-\-disable\-dependency\-tracking \\ \fI${EXTRA_ECONF}\fR \\ \fIconfigure options\fR || die "econf failed" .fi