From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC904158087 for ; Wed, 13 Oct 2021 13:42:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1328FE0841; Wed, 13 Oct 2021 13:42:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0CEBE0841 for ; Wed, 13 Oct 2021 13:42:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 857F33434E4 for ; Wed, 13 Oct 2021 13:42:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23773151 for ; Wed, 13 Oct 2021 13:42:07 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1634132435.6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: keywording/ X-VCS-Repository: proj/devmanual X-VCS-Files: keywording/text.xml X-VCS-Directories: keywording/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab X-VCS-Branch: master Date: Wed, 13 Oct 2021 13:42:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bf3f90d-7463-4c9d-a309-9b76b93531ae X-Archives-Hash: 205053d67fac2665cbceeef12a548c0c commit: 6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab Author: Joonas Niilola gentoo org> AuthorDate: Sun Oct 10 10:09:26 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Oct 13 13:40:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6b5ff53a keywording: add ekeyword ~all command example Signed-off-by: Joonas Niilola gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> keywording/text.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/keywording/text.xml b/keywording/text.xml index 74bca5d..cc10166 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -201,9 +201,11 @@ Do not commit straight to arch ("stable").

When upgrading, drop all existing keywords from arch to ~arch -("testing"), and leave any existing ~arch keywords intact. This must be -done even if you think you're just making a trivial fix there have -been several examples of the stable tree getting broken this way. +("testing"), and leave any existing ~arch keywords intact. It's easiest +and safest to use ekeyword ~all my-new-version.ebuild from the +app-portage/gentoolkit package. This must be done even if you think +you're just making a trivial fix there have been several examples of the +stable tree getting broken this way.