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 62D8D138350 for ; Fri, 1 May 2020 19:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E401E096F; Fri, 1 May 2020 19:49:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84D41E096F for ; Fri, 1 May 2020 19:49:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8E1B34F074 for ; Fri, 1 May 2020 19:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AFFE2B for ; Fri, 1 May 2020 19:49:44 +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: <1587928660.b701bd6cad443d724df73597d0d6a60191781ecc.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0072.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b701bd6cad443d724df73597d0d6a60191781ecc X-VCS-Branch: master Date: Fri, 1 May 2020 19:49:44 +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: 65c8a4ba-253b-4cca-86a6-75cea2f12476 X-Archives-Hash: 9e426dc43627f1f60afd2f6fe90189f2 commit: b701bd6cad443d724df73597d0d6a60191781ecc Author: Ulrich Müller gentoo org> AuthorDate: Sun Apr 26 19:17:40 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Apr 26 19:17:40 2020 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=b701bd6c glep-0072: The arch name in the first column must be unique. Acked-by: Andreas K. Hüttel gentoo.org> Acked-by: Michał Górny gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> glep-0072.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glep-0072.rst b/glep-0072.rst index d26aa8f..4f7a1f9 100644 --- a/glep-0072.rst +++ b/glep-0072.rst @@ -7,7 +7,7 @@ Type: Standards Track Status: Draft Version: 1 Created: 2017-05-06 -Last-Modified: 2020-04-22 +Last-Modified: 2020-04-26 Post-History: 2017-05-06, 2020-04-10 Content-Type: text/x-rst --- @@ -84,7 +84,7 @@ Every ``#`` starts a comment; the character and the rest of the line are ignored. Every blank line is ignored. Otherwise the file consists of two whitespace-separated columns: -- first column: architecture name (keyword) +- first column: architecture name (keyword), which must be unique - second column: one of the three values ``stable``, ``transitional``, ``testing``