When implementing support for arches.desc in ebuild-mode, I noticed that the GLEP would allow several lines with the same architecture in the first column. So, specify that the arch must be unique.
I don't attach the full text because this is a one-line change. Ulrich
From b701bd6cad443d724df73597d0d6a60191781ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <[email protected]> Date: Sun, 26 Apr 2020 21:17:40 +0200 Subject: [PATCH] glep-0072: The arch name in the first column must be unique. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Andreas K. Hüttel <[email protected]> Acked-by: Michał Górny <[email protected]> Signed-off-by: Ulrich Müller <[email protected]> --- 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`` -- 2.26.2
signature.asc
Description: PGP signature
