From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-980714-garchives=archives.gentoo.org@lists.gentoo.org> 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 9DE601396DA for <garchives@archives.gentoo.org>; Fri, 27 Oct 2017 17:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC4CC2BC014; Fri, 27 Oct 2017 17:44:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 990152BC014 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Oct 2017 17:44:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 82EA733D3CE for <gentoo-commits@lists.gentoo.org>; Fri, 27 Oct 2017 17:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D57831 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Oct 2017 17:44:36 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1509126261.3d0bdf3bc2fb72de1f80cf42a57dd4002cff59f7.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0001.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3d0bdf3bc2fb72de1f80cf42a57dd4002cff59f7 X-VCS-Branch: master Date: Fri, 27 Oct 2017 17:44:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31a71642-9a4c-492a-a2a9-3ac9cfdc7504 X-Archives-Hash: 93bb32c2b37256870e6a8dbc616a9320 Message-ID: <20171027174436.GnqVgV5ho8THU2_Kaut1EheUuFezu94YqvcguAm7ob0@z> commit: 3d0bdf3bc2fb72de1f80cf42a57dd4002cff59f7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 13 15:07:01 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 27 17:44:21 2017 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=3d0bdf3b glep-0001: Clearly indicate that 'Replaces' is multi-value Use the plural 'glep numbers' form for the Replaces header to indicate it may have multiple values. This is already allowed by the text of the GLEP. Bug: https://bugs.gentoo.org/577760 glep-0001.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glep-0001.rst b/glep-0001.rst index 6b9fb8a..addfa21 100644 --- a/glep-0001.rst +++ b/glep-0001.rst @@ -260,7 +260,7 @@ All other headers are required. Post-History: <dates of postings to mailing lists> Content-Type: <text/x-rst> * Requires: <glep numbers> - * Replaces: <glep number> + * Replaces: <glep numbers> * Replaced-By: <glep number> ---