Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: keywording/
Date: Wed, 13 Oct 2021 13:42:10
Message-Id: 1634132435.6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab.ulm@gentoo
1 commit: 6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 10 10:09:26 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 13 13:40:35 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6b5ff53a
7
8 keywording: add ekeyword ~all command example
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 keywording/text.xml | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/keywording/text.xml b/keywording/text.xml
17 index 74bca5d..cc10166 100644
18 --- a/keywording/text.xml
19 +++ b/keywording/text.xml
20 @@ -201,9 +201,11 @@ Do <b>not</b> commit straight to <c>arch</c> ("stable").
21
22 <p>
23 When upgrading, drop all existing keywords from <c>arch</c> to <c>~arch</c>
24 -("testing"), and leave any existing <c>~arch</c> keywords intact. This must be
25 -done even if you <e>think</e> you're just making a trivial fix <d /> there have
26 -been several examples of the stable tree getting broken this way.
27 +("testing"), and leave any existing <c>~arch</c> keywords intact. It's easiest
28 +and safest to use <c>ekeyword ~all my-new-version.ebuild</c> from the <c>
29 +app-portage/gentoolkit</c> package. This must be done even if you <e>think</e>
30 +you're just making a trivial fix <d /> there have been several examples of the
31 +stable tree getting broken this way.
32 </p>
33
34 <p>