From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: 
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 0765B138CEB
	for ; Wed, 17 Jun 2015 12:05:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D89ED14018;
	Wed, 17 Jun 2015 12:05:52 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 884DA14018
	for ; Wed, 17 Jun 2015 12:05:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 90C85340BBF
	for ; Wed, 17 Jun 2015 12:05:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 16AFC9EE
	for ; Wed, 17 Jun 2015 12:05:50 +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: <1433184939.1362d6608c323241ad1a4d0313046e99407ef352.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: 1362d6608c323241ad1a4d0313046e99407ef352
X-VCS-Branch: master
Date: Wed, 17 Jun 2015 12:05:50 +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-Archives-Salt: 2cd5014e-c772-4389-a70e-7855d9afe398
X-Archives-Hash: a9efccff27e7c40ff8291d5aad068273
commit:     1362d6608c323241ad1a4d0313046e99407ef352
Author:     Ulrich Müller  gentoo  org>
AuthorDate: Thu May 21 16:37:11 2015 +0000
Commit:     Ulrich Müller  gentoo  org>
CommitDate: Mon Jun  1 18:55:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1362d660
Live ebuilds need not specify KEYWORDS.
Bug 545488.
 keywording/text.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/keywording/text.xml b/keywording/text.xml
index c386427..e31e0a3 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -12,7 +12,7 @@ distinction is important.
 
 
 
-Every ebuild must specify a KEYWORDS variable. This variable is used to
+Most ebuilds specify a KEYWORDS variable. This variable is used to
 indicate the suitability and stability of both the package and the ebuild on
 each given arch (sparc, ppc, x86-obsd, ...).
 
@@ -99,6 +99,12 @@ tested.
 Do not use the * or ~* special keywords in ebuilds.
 
 
+
+Usually, "live" ebuilds
+(see )
+do not specify a KEYWORDS variable, or assign the empty string to it.
+
+
 
 Equal Visibility Requirement