commit: e77a5f0602fe383b2c9a6b38297f6d2b72e0e87d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 15 19:43:39 2019 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Wed Oct 16 19:54:44 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e77a5f06
Apply suggestions from code review Closes: https://github.com/gentoo/devmanual.gentoo.org/pull/110 Co-Authored-By: Gokturk Yuksek <gokturk <AT> gentoo.org> Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org> ebuild-writing/variables/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index e65d811..d71f5aa 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -407,7 +407,7 @@ If the items in <c>SRC_URI</c> are available on multiple third-party mirrors, and the same set of mirrors is shared across multiple ebuilds, then you don't have to repeatedly list each of them in every ebuild. The <c>profiles/thirdpartymirrors</c> file in the <c>::gentoo</c> repository -contains named groups of mirrors, accessible through the <c>mirror://</c> +contains named groups of mirrors, in the format specified by the Package Manager Specification (PMS), accessible through the <c>mirror://</c> pseudo-protocol. </p> @@ -415,7 +415,7 @@ pseudo-protocol. As of EAPI 7, the format of <uri link="https://projects.gentoo.org/pms/7/pms.html#x1-340004.4.2">the thirdpartymirrors file</uri> is described in section 4.4.2 of the Package -Manager Specification (PMS). One might define a set of "example" +One might define a set of "example" mirrors, </p>
