aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-07-20 01:46:11 +0300
committerGöktürk Yüksek <gokturk@gentoo.org>2018-08-27 11:23:54 -0400
commitcd0550900d2461ceef2ad82da9371309a49131be (patch)
tree18db32ce7f6e80c9482a814c9b6df3d87a6b51d0 /keywording
parentebuild-writing/functions/pkg_postrm: sample update (diff)
downloaddevmanual-cd0550900d2461ceef2ad82da9371309a49131be.tar.gz
devmanual-cd0550900d2461ceef2ad82da9371309a49131be.tar.bz2
devmanual-cd0550900d2461ceef2ad82da9371309a49131be.zip
keywording: sort keywords out
Closes: https://github.com/gentoo/devmanual.gentoo.org/pull/91
Diffstat (limited to 'keywording')
-rw-r--r--keywording/text.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/keywording/text.xml b/keywording/text.xml
index 5ad2c75..1dfbc32 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="x86 sparc ~mips ~ppc ~ppc-macos -ia64"
+KEYWORDS="-ia64 ~mips ~ppc sparc x86 ~ppc-macos"
</codesample>
<p>
@@ -82,15 +82,15 @@ The different levels of keyword are:
<p>
The <c>-*</c> keyword is special. It is used to indicate package versions which are
not worth trying to test on unlisted archs. For example, a binary-only package
-which is only supported upstream on <c>x86</c> and <c>ppc</c> might use:
+which is only supported upstream on <c>ppc</c> and <c>x86</c> might use:
</p>
<codesample lang="ebuild">
-KEYWORDS="-* x86 ppc"
+KEYWORDS="-* ppc x86"
</codesample>
<p>
-This is different in implication from <c>"x86 ppc"</c> <d /> the former implies that
+This is different in implication from <c>"ppc x86"</c> <d /> the former implies that
it will not work on other archs, whereas the latter implies that it has not been
tested.
</p>