summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-18 20:11:17 +0000
committerSam James <sam@gentoo.org>2022-07-18 20:14:34 +0000
commit333f0a12627c33f5bf5be4b68b5af4ce093d32f6 (patch)
tree4816572b06f6899b5e3cd7f8eb972c072b495141
parentebuild.5: update econf for EAPI 6/7/8 (diff)
downloadportage-333f0a12627c33f5bf5be4b68b5af4ce093d32f6.tar.gz
portage-333f0a12627c33f5bf5be4b68b5af4ce093d32f6.tar.bz2
portage-333f0a12627c33f5bf5be4b68b5af4ce093d32f6.zip
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 <sam@gentoo.org>
-rw-r--r--man/ebuild.51
1 files changed, 0 insertions, 1 deletions
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