From fd9c0342503dd70838f2ecc75434d76349304079 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 29 Apr 2024 18:28:46 +0200 Subject: Fix internal references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Internal links referring to sections were broken by the previous "Sentence case devmanual" commit. Signed-off-by: Ulrich Müller --- general-concepts/autotools/text.xml | 2 +- general-concepts/dependencies/text.xml | 4 ++-- general-concepts/ebuild-revisions/text.xml | 4 ++-- general-concepts/manifest/text.xml | 2 +- general-concepts/mirrors/text.xml | 3 ++- general-concepts/sandbox/text.xml | 2 +- general-concepts/slotting/text.xml | 4 ++-- general-concepts/tree/text.xml | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) (limited to 'general-concepts') diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml index 02a3554..39edb19 100644 --- a/general-concepts/autotools/text.xml +++ b/general-concepts/autotools/text.xml @@ -496,7 +496,7 @@ This is handled via the macro AC_SUBST(VARNAME) in configure.ac.

Sometimes, badly behaved Makefile.am files will override user variables such as CFLAGS. This must not be allowed see -. +. There are separate special variables which should be used in these situations for setting CFLAGS. for example, a Makefile.am should use AM_CFLAGS so that user preferences are not ignored. diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml index 29998cd..3201d91 100644 --- a/general-concepts/dependencies/text.xml +++ b/general-concepts/dependencies/text.xml @@ -74,7 +74,7 @@ distinctions still apply even if it isn't, strictly speaking, cross-compiling.

Build dependencies are used to specify any dependencies that are required to unpack, patch, compile, test or install the package (but see - for + for exemptions).

@@ -382,7 +382,7 @@ DEPEND="qt5? ( ~dev-qt/qtcore-5.15.2:5 ) In EAPI=5 and higher, you can use slot operators appended to the package name to declare whether or not your package should be rebuilt after the versions satisfying its runtime dependencies are updated to versions with a different slot -or sub-slot: +or sub-slot: