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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A033B158094 for ; Sun, 25 Sep 2022 19:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A01512BC111; Sun, 25 Sep 2022 19:07:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E2DE2BC10E for ; Sun, 25 Sep 2022 19:07:12 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH v2 1/3] glep-0074: Clarify that DIST entries are specific to PMs Date: Sun, 25 Sep 2022 21:07:04 +0200 Message-Id: <20220925190706.14837-2-mgorny@gentoo.org> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220925190706.14837-1-mgorny@gentoo.org> References: <20220923140355.1307514-1-mgorny@gentoo.org> <20220925190706.14837-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 56bc1271-6a4e-470e-8140-b75ff6efd1df X-Archives-Hash: 9193925ee84427ce6a44b6bdc93ff541 Signed-off-by: Michał Górny --- glep-0074.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glep-0074.rst b/glep-0074.rst index 7f53302..54bf216 100644 --- a/glep-0074.rst +++ b/glep-0074.rst @@ -8,7 +8,7 @@ Type: Standards Track Status: Final Version: 1.3 Created: 2017-10-21 -Last-Modified: 2022-09-21 +Last-Modified: 2022-09-23 Post-History: 2017-10-26, 2017-11-16, 2018-02-08, 2022-09-08, 2022-09-11 Content-Type: text/x-rst Requires: 59, 61 @@ -286,6 +286,9 @@ The Manifest files can specify the following tags: ``DIST`` entries apply to all packages below the Manifest file specifying them. + This entry is specific to package manager use and it is not used + when verifying local directories. + Deprecated Manifest tags ------------------------ -- 2.37.3