commit: 502e13e0eabdadae2d55de5f0f947290b30c8547 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 25 15:35:26 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Jul 30 07:59:33 2025 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=502e13e0
keywording: remove mentions of ia64 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> keywording/text.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/keywording/text.xml b/keywording/text.xml index 9288197..0cbe95e 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -29,7 +29,7 @@ A sample <c>KEYWORDS</c> entry might look like: </p> <codesample lang="ebuild"> -KEYWORDS="-ia64 ~mips ~ppc sparc x86 ~ppc-macos" +KEYWORDS="-hppa ~mips ~ppc sparc x86 ~ppc-macos" </codesample> <p> @@ -187,11 +187,11 @@ consider <d/> a package working on your <c>o32</c> box may not work on </p> <p> -It's important to note that alternative arches (like <c>alpha</c>, <c>ia64</c>, -<c>s390</c>, <c>sparc</c>, <c>hppa</c>, <c>ppc*</c>) are mainly understaffed -arches, some of them are slow, they have more basic problems and have a small -userbase. Just file bugs for these architectures when a package is going to be -a dependency of a package already keyworded. +It's important to note that alternative arches (like <c>alpha</c>, <c>s390</c>, +<c>sparc</c>, <c>hppa</c>, <c>ppc*</c>) are mainly understaffed arches, some of +them are slow, they have more basic problems and have a small userbase. Just +file bugs for these architectures when a package is going to be a dependency of +a package already keyworded. </p> <p> @@ -421,9 +421,9 @@ dependency for your package). </p> <p> -Some architectures (<c>alpha</c>, <c>ia64</c>, <c>mips</c>, <c>riscv</c>, -<c>s390</c>) do not maintain a stable keyword, so packages are not to be marked -stable for one of these architectures. +Some architectures (<c>alpha</c>, <c>mips</c>, <c>riscv</c>, <c>s390</c>) do not +maintain a stable keyword, so packages are not to be marked stable for one of +these architectures. </p> </body>
